Skip to content

Commit 622b575

Browse files
authored
UnitsNet: 3.49.0
#216: * Deprecate Pressure.Psi * Fix conversion to/from Pressure.PoundForcePerSquareInch
1 parent 9c86698 commit 622b575

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Build/UnitsNet.Signed.nuspec

Lines changed: 2 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.Signed</id>
5-
<version>3.48.1</version>
5+
<version>3.49.0</version>
66
<title>Units.NET (signed)</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Andreas Gullberg Larsen</owners>
@@ -22,4 +22,4 @@
2222
<file src="Artifacts\Bin\Src-signed\AnyCPU_Release\**\UnitsNet.dll" target="lib" />
2323
<file src="UnitsNet\**\*.cs" exclude="UnitsNet\**\obj\**\*.cs" target="src" />
2424
</files>
25-
</package>
25+
</package>

Build/UnitsNet.WindowsRuntimeComponent.nuspec

Lines changed: 2 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.WindowsRuntimeComponent</id>
5-
<version>3.48.0</version>
5+
<version>3.49.0</version>
66
<title>Units.NET - Windows Runtime Component</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Andreas Gullberg Larsen</owners>
@@ -22,4 +22,4 @@
2222
<file src="Artifacts\Bin\Src-unsigned\AnyCPU_Release\uap10.0\UnitsNet.*" target="lib/uap10.0" />
2323
<file src="UnitsNet\**\*.cs" exclude="UnitsNet\**\obj\**\*.cs" target="src" />
2424
</files>
25-
</package>
25+
</package>

Build/UnitsNet.nuspec

Lines changed: 2 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.48.0</version>
5+
<version>3.49.0</version>
66
<title>Units.NET</title>
77
<authors>Andreas Gullberg Larsen</authors>
88
<owners>Andreas Gullberg Larsen</owners>
@@ -22,4 +22,4 @@
2222
<file src="Artifacts\Bin\Src-unsigned\AnyCPU_Release\**\UnitsNet.dll" target="lib" />
2323
<file src="UnitsNet\**\*.cs" exclude="UnitsNet\**\obj\**\*.cs" target="src" />
2424
</files>
25-
</package>
25+
</package>

0 commit comments

Comments
 (0)