We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ec1c2 commit 50407a1Copy full SHA for 50407a1
Src/UnitsNet/Properties/AssemblyInfo.cs
@@ -47,5 +47,5 @@
47
// by using the '*' as shown below:
48
// [assembly: AssemblyVersion("1.0.*")]
49
50
-[assembly: AssemblyVersion("1.4.0")]
51
-[assembly: AssemblyFileVersion("1.4.0")]
+[assembly: AssemblyVersion("1.5.0")]
+[assembly: AssemblyFileVersion("1.5.0")]
UnitsNet.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3
<metadata>
4
<id>UnitsNet</id>
5
- <version>1.4.0</version>
+ <version>1.5.0</version>
6
<title>Units.NET</title>
7
<authors>Andreas Larsen</authors>
8
<owners>Initial Force AS</owners>
0 commit comments