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
Copy file name to clipboardExpand all lines: README.md
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,12 @@ Add strongly typed quantities to your code and get merrily on with your life.
7
7
8
8
No more magic constants found on Stack Overflow, no more second-guessing the unit of parameters and variables.
9
9
10
-
Units.NET gives you all the common units of measurement and the conversions between them. It is lightweight and thoroughly tested. If you have read this far, it is exactly what you are looking for and then some.
11
-
12
-
### Upgrading from 3.x to 4.x?
13
-
See [Upgrading from 3.x to 4.x](https://github.com/angularsen/UnitsNet/wiki/Upgrading-from-3.x-to-4.x).
14
-
15
-
### Build Targets
16
-
17
-
* .NET Standard 2.0
18
-
* .NET 4.0
19
-
*[Windows Runtime Component](https://docs.microsoft.com/en-us/windows/uwp/winrt-components/) for UWP apps (WinJS or C++)
20
10
21
11
### Overview
22
12
23
-
*[95 quantities with 1000+ units](UnitsNet/GeneratedCode/Units) generated from [JSON](Common/UnitDefinitions/) by [C# CLI app](CodeGen)
24
-
*[2500+ unit tests](https://ci.appveyor.com/project/angularsen/unitsnet) on conversions and localizations
13
+
*[How to install](#how-to-install)
14
+
*[100+ quantities with 1200+ units](UnitsNet/GeneratedCode/Units) generated from [JSON](Common/UnitDefinitions/) by [C# CLI app](CodeGen)
15
+
*[8000+ unit tests](https://ci.appveyor.com/project/angularsen/unitsnet) on conversions and localizations
25
16
* Conforms to [Microsoft's open-source library guidance](https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/), in particular:
26
17
*[SourceLink](https://github.com/dotnet/sourcelink) to step into source code of NuGet package while debugging
27
18
*[Strong naming](https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/get-started#strong-naming) to make the library available to all developers
@@ -39,14 +30,19 @@ See [Upgrading from 3.x to 4.x](https://github.com/angularsen/UnitsNet/wiki/Upgr
39
30
*[Continuous integration](#ci) posts status reports to pull requests and commits
40
31
*[Who are using this?](#who-are-using)
41
32
42
-
43
-
### Installing
33
+
### <aname="how-to-install"></a>How to install
44
34
45
35
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 release history.
0 commit comments