|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
3 | 3 | <metadata>
|
4 | 4 | <id>UnitsNet</id>
|
5 |
| - <version>1.11.0</version> |
| 5 | + <version>1.12.0-beta</version> |
6 | 6 | <title>Units.NET</title>
|
7 | 7 | <authors>Andreas Gullberg Larsen</authors>
|
8 | 8 | <owners>Initial Force AS</owners>
|
|
11 | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
12 | 12 | <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>
|
13 | 13 | <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. |
16 | 18 |
|
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. |
21 | 23 |
|
22 |
| -v1.9: Improved precision of PoundForce unit (thanks Jim Selikoff). |
| 24 | +v1.9: Improve precision of PoundForce unit (thanks Jim Selikoff). |
23 | 25 |
|
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. |
25 | 27 |
|
26 |
| -v1.7: Added imperial and US units for volume and area. |
| 28 | +v1.7: Add imperial and US units for volume and area. |
27 | 29 |
|
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. |
29 | 31 |
|
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. |
31 | 33 |
|
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. |
33 | 35 |
|
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 |
35 | 37 |
|
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. |
37 | 39 | </releaseNotes>
|
38 | 40 | <copyright>Copyright © 2007-2013 Initial Force AS</copyright>
|
39 | 41 | <language>en-US</language>
|
|
0 commit comments