Skip to content

Commit

Permalink
Bump to v1.12-beta.
Browse files Browse the repository at this point in the history
* Add speed units (km/h, m/s, ft/s, knots, mph).
* Add mass units (microgram, nanogram).
  • Loading branch information
angularsen committed Jan 4, 2014
1 parent 2b4804a commit fffeebf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 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.11.0")]
[assembly: AssemblyFileVersion("1.11.0")]
[assembly: AssemblyVersion("1.12.0")]
[assembly: AssemblyFileVersion("1.12.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.11.0")]
[assembly: AssemblyFileVersion("1.11.0")]
[assembly: AssemblyVersion("1.12.0")]
[assembly: AssemblyFileVersion("1.12.0")]
32 changes: 17 additions & 15 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.11.0</version>
<version>1.12.0-beta</version>
<title>Units.NET</title>
<authors>Andreas Gullberg Larsen</authors>
<owners>Initial Force AS</owners>
Expand All @@ -11,29 +11,31 @@
<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.11: Fixed bugs in Flow and RotationalSpeed units after refactoring to T4 templates (thanks George Zhuikov).
Added Temperature units.
<releaseNotes>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.
</releaseNotes>
<copyright>Copyright © 2007-2013 Initial Force AS</copyright>
<language>en-US</language>
Expand Down

0 comments on commit fffeebf

Please sign in to comment.