From 214823e2fcacc1abb13a0de1a2e42d9fd86606be Mon Sep 17 00:00:00 2001 From: Naveen Date: Mon, 7 Dec 2015 19:41:53 -0500 Subject: [PATCH 1/2] Included the beta nuget package location Included the beta nuget package location --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a990e371..306e5cbf 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ or an IObservable based GitHub API client library for .NET using Reactive Extens ``` Install-Package Octokit.Reactive ``` +### Beta packages ### +The current master repo is availabe as nuget package at +[https://ci.appveyor.com/nuget/octokit-net](https://ci.appveyor.com/nuget/octokit-net) In Xamarin Studio you can find this option under the project's context menu: **Add | Add Packages...***. From 8f9cb47acdbad8e46bf8ae148be2cb0a6891dd52 Mon Sep 17 00:00:00 2001 From: Naveen Date: Mon, 7 Dec 2015 20:15:00 -0500 Subject: [PATCH 2/2] Updated as per the comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 306e5cbf..1188ec45 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ or an IObservable based GitHub API client library for .NET using Reactive Extens Install-Package Octokit.Reactive ``` ### Beta packages ### -The current master repo is availabe as nuget package at +Unstable NuGet packages that track the master branch of this repository are available at [https://ci.appveyor.com/nuget/octokit-net](https://ci.appveyor.com/nuget/octokit-net) In Xamarin Studio you can find this option under the project's context menu: **Add | Add Packages...***.