Update README

This commit is contained in:
Paul Betts
2013-10-30 17:24:35 -07:00
parent 8e21f1cd34
commit 531f7dad9d
+8 -2
View File
@@ -1,6 +1,6 @@
# Octokit - GitHub API Client Library for .NET
Octokit is a client library targeting .NET 4.0 and above that provides an easy
Octokit is a client library targeting .NET 4.5 and above that provides an easy
way to interact with the [GitHub API](http://developer.github.com/v3/).
## Usage examples
@@ -13,6 +13,12 @@ var user = await github.User.Get("half-ogre");
Console.WriteLine(user.Followers + " folks love the half ogre!");
```
## Supported Platforms
* .NET 4.5 (Desktop / Server)
* Xamarin.iOS / Xamarin.Android / Xamarin.Mac
* Mono 3.x
## Getting Started
Octokit is available on NuGet.
@@ -26,7 +32,7 @@ Install-Package Octokit
Octokit is a single assembly designed to be easy to deploy anywhere. If you prefer
to compile it yourself, youll need:
* Visual Studio 2012
* Visual Studio 2012 or later, or Xamarin Studio
* PowerShell 2.0 or greater. _For our build scripts_.
To clone it locally click the "Clone in Windows" button above or run the