Skip to content

Commit f158efb

Browse files
committed
Bumped to v1.11.
Fixed bugs in Flow and RotationalSpeed units after refactoring to T4 templates (thanks George Zhuikov). Added Temperature units.
1 parent 8494d6f commit f158efb

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-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.10.0")]
48-
[assembly: AssemblyFileVersion("1.10.0")]
47+
[assembly: AssemblyVersion("1.11.0")]
48+
[assembly: AssemblyFileVersion("1.11.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.10.0")]
34-
[assembly: AssemblyFileVersion("1.10.0")]
33+
[assembly: AssemblyVersion("1.11.0")]
34+
[assembly: AssemblyFileVersion("1.11.0")]

UnitsNet.nuspec

Lines changed: 5 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.10.0</version>
5+
<version>1.11.0</version>
66
<title>Units.NET</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Initial Force AS</owners>
@@ -11,7 +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.10: Added missing localization to units for US English and Russian cultures (thanks George Zhuikov).
14+
<releaseNotes>v1.11: Fixed bugs in Flow and RotationalSpeed units after refactoring to T4 templates (thanks George Zhuikov).
15+
Added Temperature units.
16+
17+
v1.10: Added missing localization to units for US English and Russian cultures (thanks George Zhuikov).
1518
Added RotationalSpeed and Flow unit classes (thanks George Zhuikov).
1619
Added mils and microinches length units (thanks Georgios).
1720
Refactored to generate unit classes with T4 templates, a lot less work to add new units.

0 commit comments

Comments
 (0)