Skip to content

Commit 9801982

Browse files
committed
Bumped to 1.8.0.
Release notes: Added angle unit of measurements. Added several missing test cases. Fixed bug when dynamically converting to NewtonPerSquareCentimeter and NewtonPerSquareMillimeter using UnitConverter.Convert()/TryConvert().
1 parent 8f22198 commit 9801982

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Src/UnitsNet/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
// Revision
4545
//
4646

47-
[assembly: AssemblyVersion("1.7.0")]
48-
[assembly: AssemblyFileVersion("1.7.0")]
47+
[assembly: AssemblyVersion("1.8.0")]
48+
[assembly: AssemblyFileVersion("1.8.0")]

Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// Revision
3131
//
3232

33-
[assembly: AssemblyVersion("1.7.0")]
34-
[assembly: AssemblyFileVersion("1.7.0")]
33+
[assembly: AssemblyVersion("1.8.0")]
34+
[assembly: AssemblyFileVersion("1.8.0")]

UnitsNet.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>UnitsNet</id>
5-
<version>1.7.0</version>
5+
<version>1.8.0</version>
66
<title>Units.NET</title>
77
<authors>Andreas Larsen</authors>
88
<owners>Initial Force AS</owners>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<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>
1313
<summary>Simplifies working with units of measurement.</summary>
14-
<releaseNotes>Added imperial and US units for volume and area.</releaseNotes>
14+
<releaseNotes>Added angle unit of measurements. Added several missing test cases. Fixed bug when dynamically converting to NewtonPerSquareCentimeter and NewtonPerSquareMillimeter using UnitConverter.Convert()/TryConvert().</releaseNotes>
1515
<copyright>Copyright © 2007-2013 Initial Force AS</copyright>
1616
<language>en-US</language>
1717
<tags>unit units measurement si metric imperial abbreviation abbreviations convert parse c# .net immutable</tags>

0 commit comments

Comments
 (0)