mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
Update README
This commit is contained in:
@@ -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, you’ll 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
|
||||
|
||||
Reference in New Issue
Block a user