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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ Build Targets:
22
22
23
23
Overview
24
24
---
25
-
*[508 units in 48 unit classes](UnitsNet/GeneratedCode/Enums) generated from [JSON](UnitsNet/UnitDefinitions/) by [Powershell scripts](UnitsNet/Scripts)
26
-
*[Over 1000 unit tests](https://ci.appveyor.com/project/angularsen/unitsnet) on conversions and localizations
27
-
* Immutable structs that implement IEquatable, IComparable
25
+
*[48 quantities with a total of 500+ units](UnitsNet/GeneratedCode/Enums) generated from [JSON](UnitsNet/UnitDefinitions/) by [Powershell scripts](UnitsNet/Scripts)
26
+
*[1000+ unit tests](https://ci.appveyor.com/project/angularsen/unitsnet) on conversions and localizations
27
+
* Immutable structs that implement `Equatable`, `IComparable`
28
28
*[Static typing](#static-typing) to avoid ambiguous values or units
29
29
*[Operator overloads](#operator-overloads) for arithmetic on quantities
30
30
*[Extension methods](#extension-methods) for short-hand creation and conversions
0 commit comments