Mecteral.UnitConversion 1.0.17

dotnet add package Mecteral.UnitConversion --version 1.0.17
NuGet\Install-Package Mecteral.UnitConversion -Version 1.0.17
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mecteral.UnitConversion" Version="1.0.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mecteral.UnitConversion --version 1.0.17
#r "nuget: Mecteral.UnitConversion, 1.0.17"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mecteral.UnitConversion as a Cake Addin
#addin nuget:?package=Mecteral.UnitConversion&version=1.0.17

// Install Mecteral.UnitConversion as a Cake Tool
#tool nuget:?package=Mecteral.UnitConversion&version=1.0.17

This Package is used to convert between the mectrical and imperial systems.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.17 1,291 2/7/2017
1.0.16 870 2/7/2017

Version 1.0.0:
Added funtionaliy for:
-Conversion from metrical to imperial systems
-Conversion from imperial to metrical systems
-Make output string easily readable
-Addition
-Subtraction
-Division
-Multiplication
Version 1.0.16
-UnitConverter now supports default abbreviations
Version 1.0.17
-Added multiplication and divison before additive operation behavior