Skip to content

Commit

Permalink
Bumped to v1.11.
Browse files Browse the repository at this point in the history
Fixed bugs in Flow and RotationalSpeed units after refactoring to T4 templates (thanks George Zhuikov).
Added Temperature units.
  • Loading branch information
angularsen committed Nov 18, 2013
1 parent 8494d6f commit f158efb
Show file tree
Hide file tree
Showing 3 changed files with 9 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.10.0")]
[assembly: AssemblyFileVersion("1.10.0")]
[assembly: AssemblyVersion("1.11.0")]
[assembly: AssemblyFileVersion("1.11.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.10.0")]
[assembly: AssemblyFileVersion("1.10.0")]
[assembly: AssemblyVersion("1.11.0")]
[assembly: AssemblyFileVersion("1.11.0")]
7 changes: 5 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.10.0</version>
<version>1.11.0</version>
<title>Units.NET</title>
<authors>Andreas Gullberg Larsen</authors>
<owners>Initial Force AS</owners>
Expand All @@ -11,7 +11,10 @@
<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>v1.10: Added missing localization to units for US English and Russian cultures (thanks George Zhuikov).
<releaseNotes>v1.11: Fixed bugs in Flow and RotationalSpeed units after refactoring to T4 templates (thanks George Zhuikov).
Added Temperature units.

v1.10: Added missing localization to units for US English and Russian cultures (thanks George Zhuikov).
Added RotationalSpeed and Flow unit classes (thanks George Zhuikov).
Added mils and microinches length units (thanks Georgios).
Refactored to generate unit classes with T4 templates, a lot less work to add new units.
Expand Down

0 comments on commit f158efb

Please sign in to comment.