Skip to content

Commit 268b30a

Browse files
committed
UnitsNet.nuspec: Version 3.25.0
1 parent 1279b19 commit 268b30a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Build/UnitsNet.nuspec

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
44
<metadata>
55
<id>UnitsNet</id>
6-
<version>3.24.0</version>
6+
<version>3.25.0</version>
77
<title>Units.NET</title>
88
<authors>Andreas Gullberg Larsen</authors>
99
<owners>Andreas Gullberg Larsen</owners>
@@ -14,7 +14,12 @@
1414
<summary>Simplifies working with units of measurement.</summary>
1515
<iconUrl>https://raw.githubusercontent.com/anjdreas/UnitsNet/ce85185429be345d77eb2ce09c99d59cc9ab8aed/Docs/Images/logo-32.png</iconUrl>
1616
<releaseNotes>
17-
* Add VitaminA unit (@neutmute)
17+
* Add 3 cup Volume units (@neutmute)
18+
* Add Add VitaminA international unit (@neutmute)
19+
* Add SquareMicrometer Area unit (@tongbong)
20+
* Mark library as CLS compliant (@eriove)
21+
* Remove .NET 4.5.1 and Portable45 targets (@anjdreas)
22+
* Add operator overloading to most units (@eriove)
1823
</releaseNotes>
1924
<copyright>Copyright © 2015 Andreas Gullberg Larsen</copyright>
2025
<language>en-US</language>
@@ -24,4 +29,4 @@
2429
<file src="Artifacts\Bin\Src\AnyCPU_Release\**\UnitsNet.dll" target="lib" />
2530
<file src="UnitsNet\**\*.cs" exclude="UnitsNet\**\obj\**\*.cs" target="src" />
2631
</files>
27-
</package>
32+
</package>

0 commit comments

Comments
 (0)