Skip to content

Commit 85df4e4

Browse files
authored
README: Update links to build server
Also update stats in summary
1 parent b157b73 commit 85df4e4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Build Targets:
2020

2121
Overview
2222
---
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
2525
* Immutable structs that implement IEquatable, IComparable
2626
* [Static typing](#static-typing) to avoid ambiguous values or units
2727
* [Operator overloads](#operator-overloads) for arithmetic, also between compatible units
@@ -169,9 +169,10 @@ Generally adding a unit involves adding or modifying `UnitsNet\UnitDefinitions\*
169169

170170
<a name="ci"></a>Continuous Integration
171171
---
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
175176

176177
<a name="who-are-using"></a>Who are Using This?
177178
---

0 commit comments

Comments
 (0)