diff --git a/Src/UnitsNet/Properties/AssemblyInfo.cs b/Src/UnitsNet/Properties/AssemblyInfo.cs index 1d8e681577..971c97f511 100644 --- a/Src/UnitsNet/Properties/AssemblyInfo.cs +++ b/Src/UnitsNet/Properties/AssemblyInfo.cs @@ -44,5 +44,5 @@ // Revision // -[assembly: AssemblyVersion("1.11.0")] -[assembly: AssemblyFileVersion("1.11.0")] +[assembly: AssemblyVersion("1.12.0")] +[assembly: AssemblyFileVersion("1.12.0")] diff --git a/Tests/Properties/AssemblyInfo.cs b/Tests/Properties/AssemblyInfo.cs index ec4401d051..0a4c9b466f 100644 --- a/Tests/Properties/AssemblyInfo.cs +++ b/Tests/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ // Revision // -[assembly: AssemblyVersion("1.11.0")] -[assembly: AssemblyFileVersion("1.11.0")] +[assembly: AssemblyVersion("1.12.0")] +[assembly: AssemblyFileVersion("1.12.0")] diff --git a/UnitsNet.nuspec b/UnitsNet.nuspec index 6986240e3e..1a2d1932cd 100644 --- a/UnitsNet.nuspec +++ b/UnitsNet.nuspec @@ -2,7 +2,7 @@ UnitsNet - 1.11.0 + 1.12.0-beta Units.NET Andreas Gullberg Larsen Initial Force AS @@ -11,29 +11,31 @@ 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.11: Fixed bugs in Flow and RotationalSpeed units after refactoring to T4 templates (thanks George Zhuikov). -Added Temperature units. + v1.12: Add speed units (km/h, m/s, ft/s, knots, mph). Add mass units (microgram, nanogram). + +v1.11: Fix bugs in Flow and RotationalSpeed units after refactoring to T4 templates (thanks George Zhuikov). +Add 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. +v1.10: Add missing localization to units for US English and Russian cultures (thanks George Zhuikov). +Add RotationalSpeed and Flow unit classes (thanks George Zhuikov). +Add mils and microinches length units (thanks Georgios). +Refactor to generate unit classes with T4 templates, a lot less work to add new units. -v1.9: Improved precision of PoundForce unit (thanks Jim Selikoff). +v1.9: Improve precision of PoundForce unit (thanks Jim Selikoff). -v1.8: Added angle units of measurement (thanks Georgios). Added tests and fixed bug in NewtonPerSquareCentimeter and NewtonPerSquareMillimeter. +v1.8: Add angle units of measurement (thanks Georgios). Add tests and fix bug in NewtonPerSquareCentimeter and NewtonPerSquareMillimeter. -v1.7: Added imperial and US units for volume and area. +v1.7: Add imperial and US units for volume and area. -v1.6: Added area units. Fixed exception in TryConvert for volume units. +v1.6: Add area units. Fix exception in TryConvert for volume units. -v1.5: Added volume units of measurement (thanks @vitasimek). Added missing operator overloads. +v1.5: Add volume units of measurement (thanks @vitasimek). Add missing operator overloads. -v1.4: Added ShortTon and LongTon mass units (thanks Cameron MacFarland). Added TryConvert methods. +v1.4: Add ShortTon and LongTon mass units (thanks Cameron MacFarland). Add TryConvert methods. -v1.3: Added pressure units. Added dynamic conversion via UnitConverter and UnitValue +v1.3: Add pressure units. Add dynamic conversion via UnitConverter and UnitValue -v1.2: Added force, torque, pressure, mass, voltage, length and length2d units of measurement. +v1.2: Add force, torque, pressure, mass, voltage, length and length2d units of measurement. Copyright © 2007-2013 Initial Force AS en-US