adjust myget url
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<add key="NuGet official package source" value="https://nuget.org/api/v2/" />
|
<add key="NuGet official package source" value="https://nuget.org/api/v2/" />
|
||||||
<add key="Untappd.net Backup" value="https://www.myget.org/F/untappd-net/" />
|
<add key="Untappd.net Backup" value="https://www.myget.org/F/untappd-net/api/v2" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
**Tips:** [](https://gratipay.com/TommyParnell)
|
**Tips:** [](https://gratipay.com/TommyParnell)
|
||||||
# Untappd.Net
|
# Untappd.Net
|
||||||
|
|
||||||
This is a c# wrapper around the Untappd API. This can be downloaded via [Nuget](https://www.nuget.org/packages/Untappd.Net/)
|
This is a c# wrapper around the Untappd API. This can be downloaded via [Nuget](https://www.nuget.org/packages/Untappd.Net/), or the [backup feed](https://www.myget.org/F/untappd-net/api/v2).
|
||||||
|
|
||||||
## Coverage
|
## Coverage
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ deploy:
|
|||||||
on:
|
on:
|
||||||
branch: release
|
branch: release
|
||||||
- provider: NuGet
|
- provider: NuGet
|
||||||
server: https://www.myget.org/F/untappd-net/
|
server: https://www.myget.org/F/untappd-net/api/v2
|
||||||
api_key:
|
api_key:
|
||||||
secure: wsN6BzH8ETiXhB9SndP57mHhivqM+CVnghI/+w5XE3bI8K092Z4V4FrJixcrxKnI
|
secure: wsN6BzH8ETiXhB9SndP57mHhivqM+CVnghI/+w5XE3bI8K092Z4V4FrJixcrxKnI
|
||||||
on:
|
on:
|
||||||
|
|||||||
Reference in New Issue
Block a user