Skip to content

Commit f4827b1

Browse files
committed
version: 3.13.0
Add 10 Energy units (@FabioCZ) Add 4 prefixes to Pascal Pressure unit (@schulz3000) Add 5 prefixes to Bar Pressure unit (@schulz3000) Add MillimeterPerSecond Speed unit (@tongbong) Add 16 SpecificWeight units (@bijan86) Add 9 Density units (@bijan86) Add 12 Pressure units (@bijan86) Add TonneForce Force unit (@bijan86) Add KilogramForceCentimeter Torque unit (@bijan86) Breaking changes: * Torque: Rename Newtonmeter to NewtonMeter * Torque: Change "Nm" abbreviation to "N·m * Force: Rename PoundForces to PoundsForce
1 parent d585e55 commit f4827b1

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

Build/UnitsNet.nuspec

Lines changed: 16 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.12.0</version>
5+
<version>3.13.0</version>
66
<title>Units.NET</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Andreas Gullberg Larsen</owners>
@@ -13,7 +13,21 @@
1313
<summary>Simplifies working with units of measurement.</summary>
1414
<iconUrl>https://raw.githubusercontent.com/anjdreas/UnitsNet/ce85185429be345d77eb2ce09c99d59cc9ab8aed/Docs/Images/logo-32.png</iconUrl>
1515
<releaseNotes>
16-
* Add the 5 most common horsepower units in Power (@NNordhaus)
16+
Add 10 Energy units (@FabioCZ)
17+
Add 4 prefixes to Pascal Pressure unit (@schulz3000)
18+
Add 5 prefixes to Bar Pressure unit (@schulz3000)
19+
Add MillimeterPerSecond Speed unit (@tongbong)
20+
Add 16 SpecificWeight units (@bijan86)
21+
Add 9 Density units (@bijan86)
22+
Add 12 Pressure units (@bijan86)
23+
Add TonneForce Force unit (@bijan86)
24+
Add KilogramForceCentimeter Torque unit (@bijan86)
25+
26+
Breaking changes:
27+
* Torque: Rename Newtonmeter to NewtonMeter
28+
* Torque: Change "Nm" abbreviation to "N·m
29+
* Force: Rename PoundForces to PoundsForce
30+
1731
</releaseNotes>
1832
<copyright>Copyright © 2015 Andreas Gullberg Larsen</copyright>
1933
<language>en-US</language>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.0
1+
3.13.0

0 commit comments

Comments
 (0)