Skip to content

Commit 38d8bf9

Browse files
committed
Bump version to 3.0.0-alpha
Update release info
1 parent c0841cd commit 38d8bf9

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

UnitsNet.nuspec

Lines changed: 21 additions & 2 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>2.1.0-alpha</version>
5+
<version>3.0.0-alpha</version>
66
<title>Units.NET</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Initial Force AS</owners>
@@ -11,7 +11,26 @@
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>v2.0.0: Add support for custom units. Add ratio unit.
14+
<releaseNotes>v3.0.0: Clean up naming of units. Add information unit.
15+
16+
New:
17+
* Add information units for bit, byte, kilobyte,..., exabyte
18+
19+
Breaking changes:
20+
* Delete OtherUnit.Piece
21+
* Move OtherUnit.Table/Teaspoon to Volume
22+
* Rename Month30Days Year365Days units to Month and Year
23+
* Fix plural naming of Pressure.KilogramsForcePerSquareCentimeterInOnePascal
24+
* Fix plural naming of Ratio.PartsPer-units
25+
26+
Behind the scenes:
27+
* Replace T4 templates with PowerShell + JSON templates
28+
* Support custom tolerance per unit in tests
29+
* Move code more consistently into Custom/GeneratedCode folders
30+
* Fix misc R# warnings
31+
* Match R# cleanup profile in generated code
32+
33+
v2.0.0: Add support for custom units. Add ratio unit.
1534

1635
Breaking changes: Merge UnitValue and UnitConverter into unit classes.
1736

0 commit comments

Comments
 (0)