Skip to content

Commit de6ddc8

Browse files
committed
Fix link to CI nuget feed
1 parent 310d235 commit de6ddc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ via `[Fact(Skip = "Test does not pass yet")]` or similar message to keep our tes
7272
As soon as you send a pull request, a build is executed and updated NuGet packages
7373
are published to this Package Feed:
7474

75-
https://ci.appveyor.com/nuget/Nerdbank.GitVersioning
75+
https://ci.appveyor.com/nuget/nerdbank-gitversioning
7676

7777
By adding this URL to your package sources you can immediately install your version
7878
of the NuGet packages to your project. This can be done by adding a nuget.config file
@@ -82,7 +82,7 @@ with the following content to the root of your project's repo:
8282
<?xml version="1.0" encoding="utf-8"?>
8383
<configuration>
8484
<packageSources>
85-
<add key="Nerdbank.GitVersioning CI" value="https://ci.appveyor.com/nuget/Nerdbank.GitVersioning" />
85+
<add key="Nerdbank.GitVersioning CI" value="https://ci.appveyor.com/nuget/nerdbank-gitversioning" />
8686
</packageSources>
8787
</configuration>
8888
```

0 commit comments

Comments
 (0)