mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
cleanup some mentions of master branch in codebase (#2306)
This commit is contained in:
12
README.md
12
README.md
@@ -1,15 +1,15 @@
|
||||
# Octokit - GitHub API Client Library for .NET
|
||||
# Octokit - GitHub API Client Library for .NET
|
||||
|
||||

|
||||
[](https://ci.appveyor.com/project/github-windows/octokit-net/branch/master)
|
||||
[](https://codecov.io/gh/octokit/octokit.net)
|
||||
[](https://ci.appveyor.com/project/github-windows/octokit-net/branch/main)
|
||||
[](https://codecov.io/gh/octokit/octokit.net)
|
||||
[](https://gitter.im/octokit/octokit.net?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://www.nuget.org/packages/Octokit)
|
||||
[](https://www.nuget.org/packages/Octokit.Reactive)
|
||||
|
||||

|
||||
|
||||
Octokit is a client library targeting .NET Framework 4.6 or greater and .NET Standard 2.0
|
||||
Octokit is a client library targeting .NET Framework 4.6 or greater and .NET Standard 2.0
|
||||
and above that provides an easy way to interact with the
|
||||
[GitHub API](http://developer.github.com/v3/).
|
||||
|
||||
@@ -57,7 +57,7 @@ Documentation is available at http://octokitnet.readthedocs.io/en/latest/.
|
||||
|
||||
Octokit is a single assembly designed to be easy to deploy anywhere.
|
||||
|
||||
To clone and build 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.
|
||||
|
||||
```
|
||||
@@ -97,7 +97,7 @@ problem.
|
||||
|
||||
## Related Projects
|
||||
|
||||
- [ScriptCs.OctoKit](https://github.com/hnrkndrssn/ScriptCs.OctoKit) - a [script pack](https://github.com/scriptcs/scriptcs/wiki/Script-Packs) to use Octokit in scriptcs
|
||||
- [ScriptCs.OctoKit](https://github.com/hnrkndrssn/ScriptCs.OctoKit) - a [script pack](https://github.com/scriptcs/scriptcs/wiki/Script-Packs) to use Octokit in scriptcs
|
||||
- [ScriptCs.OctokitLibrary](https://github.com/ryanrousseau/ScriptCs.OctokitLibrary) - a [script library](https://github.com/scriptcs/scriptcs/wiki/Script-Libraries) to use Octokit in scriptcs
|
||||
|
||||
## Copyright and License
|
||||
|
||||
Reference in New Issue
Block a user