File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 3
3
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
4
4
<metadata >
5
5
<id >UnitsNet</id >
6
- <version >3.24 .0</version >
6
+ <version >3.25 .0</version >
7
7
<title >Units.NET</title >
8
8
<authors >Andreas Gullberg Larsen</authors >
9
9
<owners >Andreas Gullberg Larsen</owners >
14
14
<summary >Simplifies working with units of measurement.</summary >
15
15
<iconUrl >https://raw.githubusercontent.com/anjdreas/UnitsNet/ce85185429be345d77eb2ce09c99d59cc9ab8aed/Docs/Images/logo-32.png</iconUrl >
16
16
<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)
18
23
</releaseNotes >
19
24
<copyright >Copyright © 2015 Andreas Gullberg Larsen</copyright >
20
25
<language >en-US</language >
24
29
<file src =" Artifacts\Bin\Src\AnyCPU_Release\**\UnitsNet.dll" target =" lib" />
25
30
<file src =" UnitsNet\**\*.cs" exclude =" UnitsNet\**\obj\**\*.cs" target =" src" />
26
31
</files >
27
- </package >
32
+ </package >
You can’t perform that action at this time.
0 commit comments