Skip to content

Commit f37bded

Browse files
committed
Merge branch 'release/1.13' into stable
2 parents cb6d739 + 984942b commit f37bded

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Src/.nuget/NuGet.exe

43.5 KB
Binary file not shown.

UnitsNet.nuspec

Lines changed: 5 additions & 3 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.12.0-beta</version>
5+
<version>1.13</version>
66
<title>Units.NET</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Initial Force AS</owners>
@@ -11,8 +11,10 @@
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>v1.12: Add speed units (km/h, m/s, ft/s, knots, mph). Add mass units (microgram, nanogram).
15-
14+
<releaseNotes>v1.13: Add mass unit (pound) (thanks @strvmarv).
15+
16+
v1.12: Add speed units (km/h, m/s, ft/s, knots, mph). Add mass units (microgram, nanogram).
17+
1618
v1.11: Fix bugs in Flow and RotationalSpeed units after refactoring to T4 templates (thanks George Zhuikov).
1719
Add Temperature units.
1820

0 commit comments

Comments
 (0)