Skip to content

Commit

Permalink
Prepare v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
omar committed Nov 25, 2016
1 parent 1a3f564 commit 6bafc17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ByteSize.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<metadata>
<id>ByteSize</id>
<title>ByteSize</title>
<version>1.2.3</version>
<version>1.2.4</version>
<authors>Omar Khudeira</authors>
<owners>Omar Khudeira</owners>
<licenseUrl>https://raw.githubusercontent.com/omar/ByteSize/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/omar/ByteSize</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ByteSize is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.</description>
<releaseNotes>Fix ToString result for ByteSize of zero value.
<releaseNotes>Fix TryParse to not throw exceptions.

View all release notes at https://github.com/omar/ByteSize/releases.</releaseNotes>
<copyright>Copyright 2013-2016</copyright>
Expand Down
4 changes: 2 additions & 2 deletions src/ByteSizeLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]

[assembly: AssemblyVersion("1.2.3")]
[assembly: AssemblyInformationalVersion("1.2.3")]
[assembly: AssemblyVersion("1.2.4")]
[assembly: AssemblyInformationalVersion("1.2.4")]

0 comments on commit 6bafc17

Please sign in to comment.