Skip to content

Commit 952314c

Browse files
committed
Bump to 3.0.0
Update release notes with new information units
1 parent 2c2d4af commit 952314c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

UnitsNet.nuspec

Lines changed: 3 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>3.0.0-beta</version>
5+
<version>3.0.0</version>
66
<title>Units.NET</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Initial Force AS</owners>
@@ -15,7 +15,7 @@
1515
<releaseNotes>v3.0.0: Clean up naming of units. Add information unit.
1616

1717
New:
18-
* Add information units for bit, byte, kilobyte,..., exabyte
18+
* Add information units for bit, byte, kilobit, kilobyte, kibibit, kibibyte and so on up to exabyte
1919

2020
Breaking changes:
2121
* Delete OtherUnit.Piece
@@ -31,6 +31,7 @@ Fixes:
3131
Behind the scenes:
3232
* Replace T4 templates with PowerShell + JSON templates
3333
* Support custom tolerance per unit in tests
34+
* Support decimal and long base unit types (decimal used in Information unit)
3435
* Move code more consistently into Custom/GeneratedCode folders
3536
* Fix misc R# warnings
3637
* Match R# cleanup profile in generated code

0 commit comments

Comments
 (0)