From d21641255186f48a97b8d06f9329602f832f70ab Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Wed, 8 Apr 2015 18:01:20 -0400 Subject: [PATCH] adjust myget url --- NuGet.config | 2 +- README.md | 2 +- appveyor.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NuGet.config b/NuGet.config index ca2dcbe..4f731eb 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,6 +2,6 @@ - + diff --git a/README.md b/README.md index 477d818..2d26236 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Tips:** [![Shameless tip badge tips](https://img.shields.io/gratipay/TommyParnell.svg)](https://gratipay.com/TommyParnell) # 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 diff --git a/appveyor.yml b/appveyor.yml index fb63dd5..7536f35 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,7 +23,7 @@ deploy: on: branch: release - provider: NuGet - server: https://www.myget.org/F/untappd-net/ + server: https://www.myget.org/F/untappd-net/api/v2 api_key: secure: wsN6BzH8ETiXhB9SndP57mHhivqM+CVnghI/+w5XE3bI8K092Z4V4FrJixcrxKnI on: