Skip to content

Commit 23918db

Browse files
committed
Bump to 3.0.0-beta
Update release notes
1 parent 3af6036 commit 23918db

File tree

1 file changed

+5
-34
lines changed

1 file changed

+5
-34
lines changed

UnitsNet.nuspec

Lines changed: 5 additions & 34 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>3.0.0-alpha</version>
5+
<version>3.0.0-beta</version>
66
<title>Units.NET</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Initial Force AS</owners>
@@ -24,44 +24,15 @@ Breaking changes:
2424
* Fix plural naming of Pressure.KilogramsForcePerSquareCentimeterInOnePascal
2525
* Fix plural naming of Ratio.PartsPer-units
2626

27+
Fixes:
28+
* Fall back to US English culture when parsing/getting abbreviations
29+
2730
Behind the scenes:
2831
* Replace T4 templates with PowerShell + JSON templates
2932
* Support custom tolerance per unit in tests
3033
* Move code more consistently into Custom/GeneratedCode folders
3134
* Fix misc R# warnings
3235
* 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.
6536
</releaseNotes>
6637
<copyright>Copyright © 2007-2013 Initial Force AS</copyright>
6738
<language>en-US</language>
@@ -73,4 +44,4 @@ v1.2: Add force, torque, pressure, mass, voltage, length and length2d units of m
7344
<file src="Build\bin\AnyCPU_Release\UnitsNet.net35.dll" target="lib\net35-client\UnitsNet.net35.dll" />
7445
<file src="Build\bin\AnyCPU_Release\UnitsNet.net35.pdb" target="lib\net35-client\UnitsNet.net35.pdb" />
7546
</files>
76-
</package>
47+
</package>

0 commit comments

Comments
 (0)