Skip to content

Commit cebe92d

Browse files
author
Andreas Gullberg Larsen
authored
Update UnitsNet.NuGet-README.md
1 parent f5996b1 commit cebe92d

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

Docs/UnitsNet.NuGet-README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
1-
# Units.NET
1+
## Units.NET
22

33
Everyone have written their share of trivial conversions - or less obvious ones where you need to Google that magic constant.
44

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

7-
## Installing
7+
### Build Targets
88

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:
149
* .NET Standard 1.0
1510
* .NET 3.5 Client
1611
* [Windows Runtime Component](https://docs.microsoft.com/en-us/windows/uwp/winrt-components/) for UWP apps (JavaScript, C++ or C#)
1712

18-
Overview
19-
---
13+
### Overview
14+
2015
* [50+ quantities with a total of 500+ units](UnitsNet/GeneratedCode/Enums) generated from [JSON](UnitsNet/UnitDefinitions/) by [Powershell scripts](UnitsNet/Scripts/GenerateUnits.ps1)
2116
* [1000+ unit tests](https://ci.appveyor.com/project/anjdreas/unitsnet) on conversions and localizations
2217
* Quantities as immutable structs that implement `IEquatable`, `IComparable`
@@ -31,3 +26,11 @@ Overview
3126
* [Contribute](#contribute) if you are missing some units
3227
* [Continuous integration](#ci) posts status reports to pull requests and commits
3328
* [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.
33+
34+
```
35+
Install-Package UnitsNet
36+
```

0 commit comments

Comments
 (0)