Skip to content

Commit fffeebf

Browse files
committed
Bump to v1.12-beta.
* Add speed units (km/h, m/s, ft/s, knots, mph). * Add mass units (microgram, nanogram).
1 parent 2b4804a commit fffeebf

File tree

3 files changed

+21
-19
lines changed

3 files changed

+21
-19
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.11.0")]
48-
[assembly: AssemblyFileVersion("1.11.0")]
47+
[assembly: AssemblyVersion("1.12.0")]
48+
[assembly: AssemblyFileVersion("1.12.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.11.0")]
34-
[assembly: AssemblyFileVersion("1.11.0")]
33+
[assembly: AssemblyVersion("1.12.0")]
34+
[assembly: AssemblyFileVersion("1.12.0")]

UnitsNet.nuspec

Lines changed: 17 additions & 15 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.11.0</version>
5+
<version>1.12.0-beta</version>
66
<title>Units.NET</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Initial Force AS</owners>
@@ -11,29 +11,31 @@
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.11: Fixed bugs in Flow and RotationalSpeed units after refactoring to T4 templates (thanks George Zhuikov).
15-
Added Temperature units.
14+
<releaseNotes>v1.12: Add speed units (km/h, m/s, ft/s, knots, mph). Add mass units (microgram, nanogram).
15+
16+
v1.11: Fix bugs in Flow and RotationalSpeed units after refactoring to T4 templates (thanks George Zhuikov).
17+
Add Temperature units.
1618

17-
v1.10: Added missing localization to units for US English and Russian cultures (thanks George Zhuikov).
18-
Added RotationalSpeed and Flow unit classes (thanks George Zhuikov).
19-
Added mils and microinches length units (thanks Georgios).
20-
Refactored to generate unit classes with T4 templates, a lot less work to add new units.
19+
v1.10: Add missing localization to units for US English and Russian cultures (thanks George Zhuikov).
20+
Add RotationalSpeed and Flow unit classes (thanks George Zhuikov).
21+
Add mils and microinches length units (thanks Georgios).
22+
Refactor to generate unit classes with T4 templates, a lot less work to add new units.
2123

22-
v1.9: Improved precision of PoundForce unit (thanks Jim Selikoff).
24+
v1.9: Improve precision of PoundForce unit (thanks Jim Selikoff).
2325

24-
v1.8: Added angle units of measurement (thanks Georgios). Added tests and fixed bug in NewtonPerSquareCentimeter and NewtonPerSquareMillimeter.
26+
v1.8: Add angle units of measurement (thanks Georgios). Add tests and fix bug in NewtonPerSquareCentimeter and NewtonPerSquareMillimeter.
2527

26-
v1.7: Added imperial and US units for volume and area.
28+
v1.7: Add imperial and US units for volume and area.
2729

28-
v1.6: Added area units. Fixed exception in TryConvert for volume units.
30+
v1.6: Add area units. Fix exception in TryConvert for volume units.
2931

30-
v1.5: Added volume units of measurement (thanks @vitasimek). Added missing operator overloads.
32+
v1.5: Add volume units of measurement (thanks @vitasimek). Add missing operator overloads.
3133

32-
v1.4: Added ShortTon and LongTon mass units (thanks Cameron MacFarland). Added TryConvert methods.
34+
v1.4: Add ShortTon and LongTon mass units (thanks Cameron MacFarland). Add TryConvert methods.
3335

34-
v1.3: Added pressure units. Added dynamic conversion via UnitConverter and UnitValue
36+
v1.3: Add pressure units. Add dynamic conversion via UnitConverter and UnitValue
3537

36-
v1.2: Added force, torque, pressure, mass, voltage, length and length2d units of measurement.
38+
v1.2: Add force, torque, pressure, mass, voltage, length and length2d units of measurement.
3739
</releaseNotes>
3840
<copyright>Copyright © 2007-2013 Initial Force AS</copyright>
3941
<language>en-US</language>

0 commit comments

Comments
 (0)