You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everyone have written their share of trivial conversions - or less obvious ones where you need to Google that magic constant.
4
4
5
5
Stop littering your code with unnecessary calculations. Units.NET gives you all the common units of measurement and the conversions between them. It is light-weight, well-tested and portable.
6
6
7
-
##Installing
7
+
### Build Targets
8
8
9
-
Run the following command in the [Package Manager Console](http://docs.nuget.org/docs/start-here/using-the-package-manager-console) or go to the [NuGet site](https://www.nuget.org/packages/UnitsNet/) for the complete relase history.
10
-
11
-
`Install-Package UnitsNet`
12
-
13
-
Build Targets:
14
9
* .NET Standard 1.0
15
10
* .NET 3.5 Client
16
11
*[Windows Runtime Component](https://docs.microsoft.com/en-us/windows/uwp/winrt-components/) for UWP apps (JavaScript, C++ or C#)
17
12
18
-
Overview
19
-
---
13
+
### Overview
14
+
20
15
*[50+ quantities with a total of 500+ units](UnitsNet/GeneratedCode/Enums) generated from [JSON](UnitsNet/UnitDefinitions/) by [Powershell scripts](UnitsNet/Scripts/GenerateUnits.ps1)
21
16
*[1000+ unit tests](https://ci.appveyor.com/project/anjdreas/unitsnet) on conversions and localizations
22
17
* Quantities as immutable structs that implement `IEquatable`, `IComparable`
@@ -31,3 +26,11 @@ Overview
31
26
*[Contribute](#contribute) if you are missing some units
32
27
*[Continuous integration](#ci) posts status reports to pull requests and commits
33
28
*[Who are using this?](#who-are-using)
29
+
30
+
### Installing
31
+
32
+
Run the following command in the [Package Manager Console](http://docs.nuget.org/docs/start-here/using-the-package-manager-console) or go to the [NuGet site](https://www.nuget.org/packages/UnitsNet/) for the complete relase history.
0 commit comments