|
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</version> |
| 5 | + <version>3.1.0</version> |
6 | 6 | <title>Units.NET</title> |
7 | 7 | <authors>Andreas Gullberg Larsen</authors> |
8 | 8 | <owners>Initial Force AS</owners> |
|
12 | 12 | <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> |
13 | 13 | <summary>Simplifies working with units of measurement.</summary> |
14 | 14 | <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) |
39 | 18 | </releaseNotes> |
40 | 19 | <copyright>Copyright © 2007-2014 Initial Force AS</copyright> |
41 | 20 | <language>en-US</language> |
|
0 commit comments