2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >UnitsNet</id >
5
- <version >3.0.0-alpha </version >
5
+ <version >3.0.0-beta </version >
6
6
<title >Units.NET</title >
7
7
<authors >Andreas Gullberg Larsen</authors >
8
8
<owners >Initial Force AS</owners >
@@ -24,44 +24,15 @@ Breaking changes:
24
24
* Fix plural naming of Pressure.KilogramsForcePerSquareCentimeterInOnePascal
25
25
* Fix plural naming of Ratio.PartsPer-units
26
26
27
+ Fixes:
28
+ * Fall back to US English culture when parsing/getting abbreviations
29
+
27
30
Behind the scenes:
28
31
* Replace T4 templates with PowerShell + JSON templates
29
32
* Support custom tolerance per unit in tests
30
33
* Move code more consistently into Custom/GeneratedCode folders
31
34
* Fix misc R# warnings
32
35
* Match R# cleanup profile in generated code
33
-
34
- v2.0.0: Add support for custom units. Add ratio unit.
35
-
36
- Breaking changes: Merge UnitValue and UnitConverter into unit classes.
37
-
38
- v1.13: Add mass unit (pound) (thanks @strvmarv).
39
-
40
- v1.12: Add speed units (km/h, m/s, ft/s, knots, mph). Add mass units (microgram, nanogram).
41
-
42
- v1.11: Fix bugs in Flow and RotationalSpeed units after refactoring to T4 templates (thanks George Zhuikov).
43
- Add Temperature units.
44
-
45
- v1.10: Add missing localization to units for US English and Russian cultures (thanks George Zhuikov).
46
- Add RotationalSpeed and Flow unit classes (thanks George Zhuikov).
47
- Add mils and microinches length units (thanks Georgios).
48
- Refactor to generate unit classes with T4 templates, a lot less work to add new units.
49
-
50
- v1.9: Improve precision of PoundForce unit (thanks Jim Selikoff).
51
-
52
- v1.8: Add angle units of measurement (thanks Georgios). Add tests and fix bug in NewtonPerSquareCentimeter and NewtonPerSquareMillimeter.
53
-
54
- v1.7: Add imperial and US units for volume and area.
55
-
56
- v1.6: Add area units. Fix exception in TryConvert for volume units.
57
-
58
- v1.5: Add volume units of measurement (thanks @vitasimek). Add missing operator overloads.
59
-
60
- v1.4: Add ShortTon and LongTon mass units (thanks Cameron MacFarland). Add TryConvert methods.
61
-
62
- v1.3: Add pressure units. Add dynamic conversion via UnitConverter and UnitValue
63
-
64
- v1.2: Add force, torque, pressure, mass, voltage, length and length2d units of measurement.
65
36
</releaseNotes >
66
37
<copyright >Copyright © 2007-2013 Initial Force AS</copyright >
67
38
<language >en-US</language >
@@ -73,4 +44,4 @@ v1.2: Add force, torque, pressure, mass, voltage, length and length2d units of m
73
44
<file src =" Build\bin\AnyCPU_Release\UnitsNet.net35.dll" target =" lib\net35-client\UnitsNet.net35.dll" />
74
45
<file src =" Build\bin\AnyCPU_Release\UnitsNet.net35.pdb" target =" lib\net35-client\UnitsNet.net35.pdb" />
75
46
</files >
76
- </package >
47
+ </package >
0 commit comments