From 9801982047f35dfa0925a67b33ba33c776534821 Mon Sep 17 00:00:00 2001 From: Andreas Larsen Date: Wed, 30 Oct 2013 20:36:49 +0100 Subject: [PATCH] Bumped to 1.8.0. Release notes: Added angle unit of measurements. Added several missing test cases. Fixed bug when dynamically converting to NewtonPerSquareCentimeter and NewtonPerSquareMillimeter using UnitConverter.Convert()/TryConvert(). --- Src/UnitsNet/Properties/AssemblyInfo.cs | 4 ++-- Tests/Properties/AssemblyInfo.cs | 4 ++-- UnitsNet.nuspec | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Src/UnitsNet/Properties/AssemblyInfo.cs b/Src/UnitsNet/Properties/AssemblyInfo.cs index e6fdf544a1..b929505f9b 100644 --- a/Src/UnitsNet/Properties/AssemblyInfo.cs +++ b/Src/UnitsNet/Properties/AssemblyInfo.cs @@ -44,5 +44,5 @@ // Revision // -[assembly: AssemblyVersion("1.7.0")] -[assembly: AssemblyFileVersion("1.7.0")] +[assembly: AssemblyVersion("1.8.0")] +[assembly: AssemblyFileVersion("1.8.0")] diff --git a/Tests/Properties/AssemblyInfo.cs b/Tests/Properties/AssemblyInfo.cs index 9782859e03..57a4e81922 100644 --- a/Tests/Properties/AssemblyInfo.cs +++ b/Tests/Properties/AssemblyInfo.cs @@ -30,5 +30,5 @@ // Revision // -[assembly: AssemblyVersion("1.7.0")] -[assembly: AssemblyFileVersion("1.7.0")] +[assembly: AssemblyVersion("1.8.0")] +[assembly: AssemblyFileVersion("1.8.0")] diff --git a/UnitsNet.nuspec b/UnitsNet.nuspec index f0d9b3e0df..6e77262844 100644 --- a/UnitsNet.nuspec +++ b/UnitsNet.nuspec @@ -2,7 +2,7 @@ UnitsNet - 1.7.0 + 1.8.0 Units.NET Andreas Larsen Initial Force AS @@ -11,7 +11,7 @@ false Units.NET gives you all the common units of measurement and the conversions between them. It is light-weight, unit tested and supports PCL. Simplifies working with units of measurement. - Added imperial and US units for volume and area. + Added angle unit of measurements. Added several missing test cases. Fixed bug when dynamically converting to NewtonPerSquareCentimeter and NewtonPerSquareMillimeter using UnitConverter.Convert()/TryConvert(). Copyright © 2007-2013 Initial Force AS en-US unit units measurement si metric imperial abbreviation abbreviations convert parse c# .net immutable