Skip to content

Commit 6e3d079

Browse files
committed
Bump to 3.1.0
1 parent 89f11ac commit 6e3d079

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

UnitsNet.nuspec

Lines changed: 4 additions & 25 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</version>
5+
<version>3.1.0</version>
66
<title>Units.NET</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Initial Force AS</owners>
@@ -12,30 +12,9 @@
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>
1414
<iconUrl>https://raw.githubusercontent.com/InitialForce/UnitsNet/develop/logo-32x32.png</iconUrl>
15-
<releaseNotes>v3.0.0: Clean up naming of units. Add information unit.
16-
17-
New:
18-
* Add information units for bit, byte, kilobit, kilobyte, kibibit, kibibyte and so on up to exabyte
19-
20-
Breaking changes:
21-
* Delete OtherUnit.Piece
22-
* Move OtherUnit.Table/Teaspoon to Volume
23-
* Rename Month30Days Year365Days units to Month and Year
24-
* Fix plural naming of Pressure.KilogramsForcePerSquareCentimeterInOnePascal
25-
* Fix plural naming of Ratio.PartsPer-units
26-
* Custom units added manually via UnitSystem.MapUnitToAbbreviation()
27-
28-
Fixes:
29-
* Fall back to US English culture when parsing/getting abbreviations
30-
* Fall back to custom string if no abbreviation defined for unit
31-
32-
Behind the scenes:
33-
* Replace T4 templates with PowerShell + JSON templates
34-
* Support custom tolerance per unit in tests
35-
* Support decimal and long base unit types (decimal used in Information unit)
36-
* Move code more consistently into Custom/GeneratedCode folders
37-
* Fix misc R# warnings
38-
* Match R# cleanup profile in generated code
15+
<releaseNotes>v3.1.0: Add more nuget targets for .NET 4.5
16+
* .NET 4.5.1
17+
* Portable profile 259 (portable-net45+wp80+win8+wpa81)
3918
</releaseNotes>
4019
<copyright>Copyright © 2007-2014 Initial Force AS</copyright>
4120
<language>en-US</language>

0 commit comments

Comments
 (0)