Skip to content

Commit

Permalink
Bumped to 1.7.0.
Browse files Browse the repository at this point in the history
<releaseNotes>Added imperial and US units for volume and area.</releaseNotes>
  • Loading branch information
angularsen committed Aug 8, 2013
1 parent 268e4ba commit 30e087a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Src/UnitsNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
// Revision
//

[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyFileVersion("1.6.0")]
[assembly: AssemblyVersion("1.7.0")]
[assembly: AssemblyFileVersion("1.7.0")]
4 changes: 2 additions & 2 deletions Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
// Revision
//

[assembly: AssemblyVersion("1.6.0")]
[assembly: AssemblyFileVersion("1.6.0")]
[assembly: AssemblyVersion("1.7.0")]
[assembly: AssemblyFileVersion("1.7.0")]
4 changes: 2 additions & 2 deletions UnitsNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>UnitsNet</id>
<version>1.6.0</version>
<version>1.7.0</version>
<title>Units.NET</title>
<authors>Andreas Larsen</authors>
<owners>Initial Force AS</owners>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Units.NET gives you all the common units of measurement and the conversions between them. It is light-weight, unit tested and supports PCL.</description>
<summary>Simplifies working with units of measurement.</summary>
<releaseNotes>Added area units. Fixed bug where exception was thrown instead of returning false for TryConvert to volume units.</releaseNotes>
<releaseNotes>Added imperial and US units for volume and area.</releaseNotes>
<copyright>Copyright © 2007-2013 Initial Force AS</copyright>
<language>en-US</language>
<tags>unit units si metric imperial abbreviation abbreviations convert parse</tags>
Expand Down

0 comments on commit 30e087a

Please sign in to comment.