csunits 2.0.1.50806

dotnet add package csunits --version 2.0.1.50806
                    
NuGet\Install-Package csunits -Version 2.0.1.50806
                    
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="csunits" Version="2.0.1.50806" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="csunits" Version="2.0.1.50806" />
                    
Directory.Packages.props
<PackageReference Include="csunits" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add csunits --version 2.0.1.50806
                    
#r "nuget: csunits, 2.0.1.50806"
                    
#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.
#addin nuget:?package=csunits&version=2.0.1.50806
                    
Install as a Cake Addin
#tool nuget:?package=csunits&version=2.0.1.50806
                    
Install as a Cake Tool

Portable C# framework for Units of Measurement. Applicable on .NET Framework 4 and higher, Windows 8 and higher, Windows Phone 8 and 8.1 Silverlight, Windows Phone 8.1, Silverlight 5, Xamarin Android, Xamarin iOS (Classic and Unified API).

There are no supported framework assets in this 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
2.0.1.50806 4,830 8/6/2015
2.0.0.50515 1,286 5/15/2015
1.0.0 2,003 4/9/2013

BREAKING CHANGE! StandardMeasure<Q> is deprecated. Each individual quantity implements IMeasure<Q> as a standard unit measure.