Skip to content

Commit

Permalink
Prepare 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
omar committed Nov 10, 2016
1 parent 2b5d852 commit 32f6f71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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.2</version>
<version>1.2.3</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>Improve memory footprint of a ByteSize object.
<releaseNotes>Fix ToString result for ByteSize of zero value.

View all release notes at https://github.com/omar/ByteSize/releases.</releaseNotes>
<copyright>Copyright 2013-2016</copyright>
Expand Down
1 change: 0 additions & 1 deletion src/ByteSizeLib.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ByteSize.Tests")]
[assembly: AssemblyCopyright("Copyright © Omar Khudeira 2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

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

0 comments on commit 32f6f71

Please sign in to comment.