forked from octokit/octokit.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README and shipping-releases as they are a bit out of date * Update year/copyright info * Update cake.frosting to latest for newest dotnet tooling support, and adjust builds for new configuration parameters * update xunit packages so codelens works for nested test classes (VS2017 15.3 update is also required) * Fixup VS version and remove win debugging tools
- Loading branch information
1 parent
ff9521c
commit 7114bcb
Showing
14 changed files
with
39 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,16 +26,19 @@ Console.WriteLine(user.Followers + " folks love the half ogre!"); | |
|
||
## Getting Started | ||
|
||
Octokit is available on NuGet. | ||
Octokit is a GitHub API client library for .NET and is available on NuGet: | ||
|
||
``` | ||
Install-Package Octokit | ||
``` | ||
or an IObservable based GitHub API client library for .NET using Reactive Extensions | ||
|
||
There is also an IObservable based GitHub API client library for .NET using Reactive Extensions: | ||
|
||
``` | ||
Install-Package Octokit.Reactive | ||
``` | ||
|
||
|
||
### Beta packages ### | ||
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) | ||
|
@@ -48,21 +51,22 @@ Documentation is available at http://octokitnet.readthedocs.io/en/latest/. | |
|
||
## Build | ||
|
||
Octokit is a single assembly designed to be easy to deploy anywhere. If you | ||
prefer to compile it yourself, you’ll need: | ||
|
||
* Visual Studio 2015 or Xamarin Studio | ||
* Windows 8.1 or higher to build and test the WinRT projects | ||
Octokit is a single assembly designed to be easy to deploy anywhere. | ||
|
||
To clone it locally click the "Clone in Desktop" button above or run the | ||
To clone and build it locally click the "Clone in Desktop" button above or run the | ||
following git commands. | ||
|
||
``` | ||
git clone [email protected]:octokit/Octokit.net.git Octokit | ||
cd Octokit | ||
.\build.cmd | ||
``` | ||
|
||
To build the libraries, run the following command: | ||
|
||
Windows: `.\build.ps1` | ||
|
||
Linux/OSX: `./build.sh` | ||
|
||
## Contribute | ||
|
||
Visit the [Contributor Guidelines](https://github.com/octokit/octokit.net/blob/master/CONTRIBUTING.md) | ||
|
@@ -95,6 +99,6 @@ problem. | |
|
||
## Copyright and License | ||
|
||
Copyright 2013 GitHub, Inc. | ||
Copyright 2017 GitHub, Inc. | ||
|
||
Licensed under the [MIT License](https://github.com/octokit/octokit.net/blob/master/LICENSE.txt) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters