Skip to content

Commit e4b28c7

Browse files
committed
Bumped to 1.6.0.
1 parent 74a7c30 commit e4b28c7

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

Src/UnitsNet/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@
4444
// Revision
4545
//
4646

47-
[assembly: AssemblyVersion("1.5.0")]
48-
[assembly: AssemblyFileVersion("1.5.0")]
47+
[assembly: AssemblyVersion("1.6.0")]
48+
[assembly: AssemblyFileVersion("1.6.0")]

Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// Revision
3131
//
3232

33-
[assembly: AssemblyVersion("1.0.0.0")]
34-
[assembly: AssemblyFileVersion("1.0.0.0")]
33+
[assembly: AssemblyVersion("1.6.0")]
34+
[assembly: AssemblyFileVersion("1.6.0")]

UnitsNet.nuspec

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3-
<metadata>
4-
<id>UnitsNet</id>
5-
<version>1.5.0</version>
6-
<title>Units.NET</title>
7-
<authors>Andreas Larsen</authors>
8-
<owners>Initial Force AS</owners>
9-
<licenseUrl>https://github.com/InitialForce/UnitsNet/blob/master/LICENSE</licenseUrl>
10-
<projectUrl>https://github.com/InitialForce/UnitsNet</projectUrl>
11-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>Units.NET gives you all the common units of measurement and the conversions between them. It is light-weight, unit tested and supports PCL.</description>
13-
<summary>Simplifies working with units of measurement.</summary>
14-
<releaseNotes>Added ShortTon and LongTon mass units. Added TryConvert methods to UnitConverter and UnitValue classes.</releaseNotes>
15-
<copyright>Copyright © 2007-2013 Initial Force AS</copyright>
16-
<language>en-US</language>
17-
<tags>unit units si metric imperial abbreviation abbreviations convert parse</tags>
18-
</metadata>
19-
<files>
20-
<file src="bin\UnitsNet.pcl.dll" target="lib\portable-win+net40+sl40+wp+Xbox40\UnitsNet.pcl.dll" />
21-
<file src="bin\UnitsNet.net35.dll" target="lib\net35-client\UnitsNet.net35.dll" />
22-
<file src="bin\UnitsNet.sl4.dll" target="lib\sl4\UnitsNet.sl4.dll" />
23-
<file src="bin\UnitsNet.netcore45\UnitsNet.netcore45.dll" target="lib\netcore45\UnitsNet.netcore45.dll" />
24-
</files>
25-
</package>
3+
<metadata>
4+
<id>UnitsNet</id>
5+
<version>1.6.0</version>
6+
<title>Units.NET</title>
7+
<authors>Andreas Larsen</authors>
8+
<owners>Initial Force AS</owners>
9+
<licenseUrl>https://github.com/InitialForce/UnitsNet/blob/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/InitialForce/UnitsNet</projectUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>Units.NET gives you all the common units of measurement and the conversions between them. It is light-weight, unit tested and supports PCL.</description>
13+
<summary>Simplifies working with units of measurement.</summary>
14+
<releaseNotes>Added area units. Fixed bug where exception was thrown instead of returning false for TryConvert to volume units.</releaseNotes>
15+
<copyright>Copyright © 2007-2013 Initial Force AS</copyright>
16+
<language>en-US</language>
17+
<tags>unit units si metric imperial abbreviation abbreviations convert parse</tags>
18+
</metadata>
19+
<files>
20+
<file src="bin\UnitsNet.pcl.dll" target="lib\portable-win+net40+sl40+wp+Xbox40\UnitsNet.pcl.dll" />
21+
<file src="bin\UnitsNet.net35.dll" target="lib\net35-client\UnitsNet.net35.dll" />
22+
<file src="bin\UnitsNet.sl4.dll" target="lib\sl4\UnitsNet.sl4.dll" />
23+
<file src="bin\UnitsNet.netcore45\UnitsNet.netcore45.dll" target="lib\netcore45\UnitsNet.netcore45.dll" />
24+
</files>
25+
</package>

0 commit comments

Comments
 (0)