Merge pull request #11 from tparnell8/master

minor release update
This commit is contained in:
Tommy Parnell
2015-04-20 19:06:54 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ Note: Additional parameters can be passed into the Get Method with an IDictionar
var ts = new UnAuthenticatedUntappdCredentials("key", "secret");
var t = new Repository().Get<UserDistinctBeers>(ts, "tparnell");
ar t = new Repository().Get<BeerInfo>(ts, "BeerIdHere");
```

View File

@@ -23,7 +23,7 @@ deploy:
on:
branch: release
- provider: NuGet
server: https://www.myget.org/F/untappd-net/api/v2
server: https://www.myget.org/F/untappd-net/
api_key:
secure: wsN6BzH8ETiXhB9SndP57mHhivqM+CVnghI/+w5XE3bI8K092Z4V4FrJixcrxKnI
on: