UnitsNet 1.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package UnitsNet --version 1.9.0
NuGet\Install-Package UnitsNet -Version 1.9.0
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="UnitsNet" Version="1.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UnitsNet --version 1.9.0
#r "nuget: UnitsNet, 1.9.0"
#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 UnitsNet as a Cake Addin
#addin nuget:?package=UnitsNet&version=1.9.0

// Install UnitsNet as a Cake Tool
#tool nuget:?package=UnitsNet&version=1.9.0

Units.NET gives you all the common units of measurement and the conversions between them. It is light-weight, unit tested and supports PCL.

Product Compatible and additional computed target framework versions.
.NET Framework net35-client is compatible. 
Silverlight sl4 is compatible.  sl5 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (8)

Showing the top 5 popular GitHub repositories that depend on UnitsNet:

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
angularsen/UnitsNet
Makes life working with units of measurement just a little bit better.
dotnet/iot
This repo includes .NET Core implementations for various IoT boards, chips, displays and PCBs.
genielabs/HomeGenie
HomeGenie, the programmable automation intelligence
raspberry-sharp/raspberry-sharp-io
A .NET/Mono IO Library for Raspberry Pi
Version Downloads Last updated
3.13.0-beta 93 4/27/2015
3.12.0 698 4/14/2015
3.11.0 124 4/8/2015
3.10.0 644 3/30/2015
3.9.0 43 3/30/2015
3.8.0 44 3/29/2015
3.7.1 44 3/27/2015
3.7.0 40 3/27/2015
3.6.0 257 3/19/2015
3.5.0 100 3/17/2015
3.4.0 392 3/2/2015
3.4.0-alpha2 31 3/2/2015
3.4.0-alpha 35 3/2/2015
3.3.0 824 11/21/2014
3.2.0 328 10/17/2014
3.1.0 210 9/19/2014
3.0.0 406 7/23/2014
3.0.0-beta 70 7/22/2014
2.0.0 671 2/9/2014
2.0.0-beta 67 2/9/2014
2.0.0-alpha 68 2/5/2014
1.13.0.15 72 1/31/2014
1.12.0-beta 65 1/4/2014
1.11.0 841 11/18/2013
1.10.0 74 11/15/2013
1.9.0 49 11/7/2013
1.8.0 51 10/30/2013
1.7.0 54 8/8/2013
1.6.0 44 8/6/2013
1.5.0 49 8/2/2013
1.4.0 46 7/22/2013
1.3.0 46 7/21/2013
1.2.0 45 7/21/2013

v1.9: Improved precision of PoundForce unit (thanks Jim Selikoff).

v1.8: Added angle units of measurement (thanks @gpetrou). Added tests and fixed bug in NewtonPerSquareCentimeter and NewtonPerSquareMillimeter.

v1.7: Added imperial and US units for volume and area.

v1.6: Added area units. Fixed exception in TryConvert for volume units.

v1.5: Added volume units of measurement (thanks @vitasimek). Added missing operator overloads.

v1.4: Added ShortTon and LongTon mass units (thanks Cameron MacFarland). Added TryConvert methods.

v1.3: Added pressure units. Added dynamic conversion via UnitConverter and UnitValue

v1.2: Added force, torque, pressure, mass, voltage, length and length2d units of measurement.