UnitsNet 3.0.0-beta

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

// Install UnitsNet as a Cake Tool
#tool nuget:?package=UnitsNet&version=3.0.0-beta&prerelease

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. 
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

v3.0.0: Clean up naming of units. Add information unit.

New:
* Add information units for bit, byte, kilobyte,..., exabyte

Breaking changes:
* Delete OtherUnit.Piece
* Move OtherUnit.Table/Teaspoon to Volume
* Rename Month30Days Year365Days units to Month and Year
* Fix plural naming of Pressure.KilogramsForcePerSquareCentimeterInOnePascal
* Fix plural naming of Ratio.PartsPer-units

Fixes:
* Fall back to US English culture when parsing/getting abbreviations
* Fall back to custom string if no abbreviation defined for unit

Behind the scenes:
* Replace T4 templates with PowerShell + JSON templates
* Support custom tolerance per unit in tests
* Move code more consistently into Custom/GeneratedCode folders
* Fix misc R# warnings
* Match R# cleanup profile in generated code