Skip to content

Commit

Permalink
Increment version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omar committed Jan 22, 2017
1 parent ee07285 commit a474155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/ByteSizeLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]

[assembly: AssemblyVersion("1.2.5")]
[assembly: AssemblyInformationalVersion("1.2.5")]
[assembly: AssemblyVersion("1.3.0")]
[assembly: AssemblyInformationalVersion("1.3.0")]
4 changes: 2 additions & 2 deletions src/ByteSizeLib/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ByteSize",
"version": "1.2.5-*",
"version": "1.3.0-*",
"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.",
"copyright": "Copyright © Omar Khudeira 2013-2017",
"title": "ByteSize",
Expand All @@ -14,7 +14,7 @@
"owners": [
"Omar Khudeira "
],
"releaseNotes": "Support .NET Standard 1.0 and .NET Framework 3.5.\n\nView all release notes at https://github.com/omar/ByteSize/releases.",
"releaseNotes": "Add support for subtracting two ByteSize objects.\n\nView all release notes at https://github.com/omar/ByteSize/releases.",
"licenseUrl": "https://raw.githubusercontent.com/omar/ByteSize/master/LICENSE",
"requireLicenseAcceptance": false,
"repository": {
Expand Down

0 comments on commit a474155

Please sign in to comment.