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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,8 @@ Build Targets:
19
19
20
20
Overview
21
21
===
22
-
*[387 units in 36 unit classes](UnitsNet/GeneratedCode/Enums)
22
+
*[387 units in 36 unit classes](UnitsNet/GeneratedCode/Enums) generated from [JSON](UnitsNet/Scripts/UnitDefinitions/) by [Powershell scripts](UnitsNet/Scripts/GenerateUnits.ps1)
23
23
*[826 unit tests](http://teamcity.chump.work/viewType.html?guest=1&buildTypeId=UnitsNet_BuildTest) on conversions and localizations
24
-
*[Generated code](UnitsNet/GeneratedCode) for uniform implementations and fewer bugs
25
24
* Immutable structs that implement IEquatable, IComparable
26
25
*[Static typing](#static-typing) to avoid ambiguous values or units
27
26
*[Operator overloads](#operator-overloads) for arithmetic, also between compatible units
0 commit comments