Skip to content

Commit

Permalink
Prepare v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
omar committed Oct 28, 2016
1 parent 56ecdb7 commit 24c040b
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.1</version>
<version>1.2.2</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 parsing of numbers with a group separator like '1,200.56 mb'.
<releaseNotes>Improve memory footprint of a ByteSize object.

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.1")]
[assembly: AssemblyInformationalVersion("1.2.1")]
[assembly: AssemblyVersion("1.2.2")]
[assembly: AssemblyInformationalVersion("1.2.2")]

0 comments on commit 24c040b

Please sign in to comment.