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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@
4
4
5
5
## Units.NET
6
6
7
-
Everyone have written their share of trivial conversions - or less obvious ones where you need to Google that magic constant.
7
+
Add strongly typed quantities to your code and merrily get on with your life.
8
8
9
-
Stop littering your code with unnecessary calculations, Units.NET gives you all the common units of measurement and the conversions between them. It is lightweight and thoroughly tested.
9
+
No more magic constants found on StackOverflow, no second-guessing the unit of that `double length` variable.
10
+
11
+
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.
10
12
11
13
### Upgrading from 3.x to 4.x?
12
14
See [Upgrading from 3.x to 4.x](https://github.com/angularsen/UnitsNet/wiki/Upgrading-from-3.x-to-4.x).
@@ -17,7 +19,6 @@ See [Upgrading from 3.x to 4.x](https://github.com/angularsen/UnitsNet/wiki/Upgr
17
19
* .NET 4.0
18
20
*[Windows Runtime Component](https://docs.microsoft.com/en-us/windows/uwp/winrt-components/) for UWP apps (WinJS or C++)
19
21
20
-
21
22
### Overview
22
23
23
24
*[90 quantities with 800+ units](UnitsNet/GeneratedCode/Units) generated from [JSON](Common/UnitDefinitions/) by [Powershell scripts](UnitsNet/Scripts)
0 commit comments