diff --git a/Src/UnitsNet/Properties/AssemblyInfo.cs b/Src/UnitsNet/Properties/AssemblyInfo.cs index e6b2baa9cd..1d8e681577 100644 --- a/Src/UnitsNet/Properties/AssemblyInfo.cs +++ b/Src/UnitsNet/Properties/AssemblyInfo.cs @@ -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")] diff --git a/Tests/Properties/AssemblyInfo.cs b/Tests/Properties/AssemblyInfo.cs index 1b293b4759..ec4401d051 100644 --- a/Tests/Properties/AssemblyInfo.cs +++ b/Tests/Properties/AssemblyInfo.cs @@ -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")] diff --git a/UnitsNet.nuspec b/UnitsNet.nuspec index 652fb4a6ae..6986240e3e 100644 --- a/UnitsNet.nuspec +++ b/UnitsNet.nuspec @@ -2,7 +2,7 @@ UnitsNet - 1.10.0 + 1.11.0 Units.NET Andreas Gullberg Larsen Initial Force AS @@ -11,7 +11,10 @@ false Units.NET gives you all the common units of measurement and the conversions between them. It is light-weight, unit tested and supports PCL. Simplifies working with units of measurement. - v1.10: Added missing localization to units for US English and Russian cultures (thanks George Zhuikov). + 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.