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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ Build Targets:
20
20
21
21
Overview
22
22
---
23
-
*[387 units in 36 unit classes](UnitsNet/GeneratedCode/Enums) generated from [JSON](UnitsNet/UnitDefinitions/) by [Powershell scripts](UnitsNet/Scripts/GenerateUnits.ps1)
24
-
*[827 unit tests](http://teamcity.chump.work/viewType.html?guest=1&buildTypeId=UnitsNet_BuildTest) on conversions and localizations
23
+
*[411 units in 38 unit classes](UnitsNet/GeneratedCode/Enums) generated from [JSON](UnitsNet/UnitDefinitions/) by [Powershell scripts](UnitsNet/Scripts/GenerateUnits.ps1)
24
+
*[888 unit tests](https://ci.appveyor.com/project/anjdreas/unitsnet) on conversions and localizations
25
25
* Immutable structs that implement IEquatable, IComparable
26
26
*[Static typing](#static-typing) to avoid ambiguous values or units
27
27
*[Operator overloads](#operator-overloads) for arithmetic, also between compatible units
@@ -169,9 +169,10 @@ Generally adding a unit involves adding or modifying `UnitsNet\UnitDefinitions\*
169
169
170
170
<aname="ci"></a>Continuous Integration
171
171
---
172
-
A [TeamCity build server](http://teamcity.chump.work/viewType.html?buildTypeId=UnitsNet&guest=1) performs the following:
173
-
* Build and test pull requests. Notifies on success or error.
174
-
* Build, test and deploy nuget on master branch.
172
+
[AppVeyor](https://ci.appveyor.com/project/anjdreas/unitsnet) performs the following:
173
+
* Build and test all branches
174
+
* Build and test pull requests, notifies on success or error
175
+
* Deploy nugets on master branch, if nuspec versions changed
0 commit comments