adjust myget url

This commit is contained in:
Tommy Parnell
2015-04-08 18:01:20 -04:00
parent 62cdfc33f9
commit d216412551
3 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -4,7 +4,7 @@
**Tips:** [![Shameless tip badge tips](https://img.shields.io/gratipay/TommyParnell.svg)](https://gratipay.com/TommyParnell) **Tips:** [![Shameless tip badge tips](https://img.shields.io/gratipay/TommyParnell.svg)](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

View File

@@ -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: