Skip to content

Commit 284b335

Browse files
committed
Bumped to v1.9.0.
Improved precision of PoundForce unit (thanks Jim Selikoff).
1 parent b9986a4 commit 284b335

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

Src/UnitsNet/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
// Revision
4545
//
4646

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

Tests/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// Revision
3131
//
3232

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

UnitsNet.nuspec

+17-2
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.8.0</version>
5+
<version>1.9.0</version>
66
<title>Units.NET</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Initial Force AS</owners>
@@ -11,7 +11,22 @@
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 angle unit of measurements. Added several missing test cases. Fixed bug when dynamically converting to NewtonPerSquareCentimeter and NewtonPerSquareMillimeter using UnitConverter.Convert()/TryConvert().</releaseNotes>
14+
<releaseNotes>v1.9: Improved precision of PoundForce unit (thanks Jim Selikoff).
15+
16+
v1.8: Added angle units of measurement (thanks @gpetrou). Added tests and fixed bug in NewtonPerSquareCentimeter and NewtonPerSquareMillimeter.
17+
18+
v1.7: Added imperial and US units for volume and area.
19+
20+
v1.6: Added area units. Fixed exception in TryConvert for volume units.
21+
22+
v1.5: Added volume units of measurement (thanks @vitasimek). Added missing operator overloads.
23+
24+
v1.4: Added ShortTon and LongTon mass units (thanks Cameron MacFarland). Added TryConvert methods.
25+
26+
v1.3: Added pressure units. Added dynamic conversion via UnitConverter and UnitValue
27+
28+
v1.2: Added force, torque, pressure, mass, voltage, length and length2d units of measurement.
29+
</releaseNotes>
1530
<copyright>Copyright © 2007-2013 Initial Force AS</copyright>
1631
<language>en-US</language>
1732
<tags>unit units measurement si metric imperial abbreviation abbreviations convert parse c# .net immutable</tags>

0 commit comments

Comments
 (0)