Skip to content

Commit b4786a6

Browse files
authored
Update README.md
1 parent a7c52a8 commit b4786a6

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,12 @@ Add strongly typed quantities to your code and get merrily on with your life.
77

88
No more magic constants found on Stack Overflow, no more second-guessing the unit of parameters and variables.
99

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++)
2010

2111
### Overview
2212

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
2516
* Conforms to [Microsoft's open-source library guidance](https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/), in particular:
2617
* [SourceLink](https://github.com/dotnet/sourcelink) to step into source code of NuGet package while debugging
2718
* [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
3930
* [Continuous integration](#ci) posts status reports to pull requests and commits
4031
* [Who are using this?](#who-are-using)
4132

42-
43-
### Installing
33+
### <a name="how-to-install"></a>How to install
4434

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

4737
![Install-Package UnitsNet](https://raw.githubusercontent.com/angularsen/UnitsNet/master/Docs/Images/install_package_unitsnet.png "Install-Package UnitsNet")
4838

4939

40+
#### Build Targets
41+
42+
* .NET Standard 2.0
43+
* .NET 4.0
44+
* [Windows Runtime Component](https://docs.microsoft.com/en-us/windows/uwp/winrt-components/) for UWP apps (WinJS or C++)
45+
5046
### <a name="static-typing"></a>Static Typing
5147

5248
```C#

0 commit comments

Comments
 (0)