Octokit 0.17.0

dotnet add package Octokit --version 0.17.0                
NuGet\Install-Package Octokit -Version 0.17.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Octokit" Version="0.17.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Octokit --version 0.17.0                
#r "nuget: Octokit, 0.17.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Octokit as a Cake Addin
#addin nuget:?package=Octokit&version=0.17.0

// Install Octokit as a Cake Tool
#tool nuget:?package=Octokit&version=0.17.0                

An async-based GitHub API client library for .NET

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Windows Store win is compatible.  win81 is compatible. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • No dependencies.
  • All Frameworks

  • Portable Class Library (Windows 8.1, WindowsPhoneApp 8.1)

    • No dependencies.
  • Windows 0.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (169)

Showing the top 5 popular GitHub repositories that depend on Octokit:

Repository Stars
CodeHubApp/CodeHub
CodeHub is an iOS application written using Xamarin
rocksdanister/lively
Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
abpframework/abp
Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
AngleSharp/AngleSharp
:angel: The ultimate angle brackets parser library parsing HTML5, MathML, SVG and CSS to construct a DOM based on the official W3C specifications.
Version Downloads Last updated
0.17.0 1,541 12/8/2015
0.16.0 12,263 9/17/2015
0.15.0 1,435 9/10/2015
0.14.0 9,065 7/18/2015
0.13.0 3,575 6/17/2015
0.12.0 2,553 5/19/2015
0.11.0 870 5/9/2015
0.10.0 2,001 4/22/2015
0.9.0 2,337 4/6/2015
0.8.0 2,147 3/19/2015
0.7.3 778 3/9/2015
0.7.2 1,668 3/1/2015
0.7.1 1,180 2/24/2015
0.7.0 215 2/23/2015
0.7.0-alpha2 72 2/19/2015
0.7.0-alpha 67 2/19/2015
0.6.2 5,292 1/5/2015
0.6.1 807 12/23/2014
0.6.0 415 12/11/2014
0.5.3 350 12/10/2014
0.5.2 5,039 10/14/2014
0.5.1 784 10/7/2014
0.5.0 159 10/7/2014
0.4.1 3,059 7/22/2014
0.4.0 228 7/11/2014
0.3.5 274 6/30/2014
0.3.4 1,322 4/30/2014
0.3.3 1,436 4/24/2014
0.3.2 162 4/17/2014
0.3.1 452 3/31/2014
0.3.0 239 3/19/2014
0.2.2 219 3/6/2014
0.2.1 219 2/20/2014
0.2.0 110 2/20/2014
0.1.9 112 2/20/2014
0.1.8 489 1/22/2014
0.1.7 195 12/27/2013
0.1.6 116 12/26/2013
0.1.5 274 11/19/2013
0.1.4 255 11/7/2013
0.1.3 161 11/6/2013
0.1.1 168 10/30/2013
0.1.0 122 10/30/2013

New: `NewRepositoryWebHook` helper class useful for creating web hooks - #917 via @alfhenrik
New: Overloads to the `GetArchive` method of `RepositoryContentsClient` that accept a timeout - #918 via @willsb
Improved: Added `EventsUrl` to `Issue` - #901 via @alfhenrik
Improved: Added `Committer` and `Author` to the `GitHubCommit` object - #903 via @willsb
Improved: Made `EncodedContent` property of `RepositoryContent` public - #861 via @naveensrinivasan
Improved: Added ability to create deploy keys that are read only and can only be used to read repository contents and not write to them - #915 via @haacked
Improved: Added `Content` property to `NewTreeItem` to allow specifying content for a tree - #915 via @haacked
Improved: Added `Description` property to `NewTeam` to allow specifying a description for a team - #915 via @haacked
Improved: Added `Description` property to `OrganizationUpdate` to allow specifying a description for an organization - #915 via @haacked
Improved: Added `Before` property to `NotificationsRequest` to find notifications updated before a specific time - #915 via @haacked
Improved: Renamed `SignatureResponse` to `Committer` and replaced `CommitEntity` with `Committer` - #916 via @haacked
Improved: Added URLs with more information to the `PrivateRepositoryQuotaExceededException` - #929 via @elbaloo
Improved: The `Merge` method of `PullRequestsClient` now throws more specific exceptions when pull request is not mergeable - #976 via @elbaloo and @shiftkey
Fixed: Bug that prevented specifying a commit message for pull request merges - #915 via @haacked
Fixed: Added `System` to required framework assemblies for the `net45` NuGet package - #919 via @adamralph
Fixed: Change the `HasIssues` property of `NewRepository` to be a nullable boolean because it's optional - #942 via @alfhenrik
Fixed: Bug that caused downloading release assets to fail because it didn't handle the `application/octet-stream` content type properly - #943 via @naveensrinivasan
Fixed: JSON serialization bug with unicode characters - #972 via @naveensrinivasan
Breaking Changes:**
- `NewDeployment` constructor requires a ref as this is required for the API. It no longer has a default constructor.
- `NewDeploymentStatus` constructor requires a `DeploymentState` as this is required for the API. It no longer has a default constructor.
- The `Name` property of `NewTeam` is now read only. It is specified via the constructor.
- Renamed `SignatureResponse` to `Committer` and removes `CommitEntity`, replacing it with `Committer`.
- Changed the type of `HasIssues` property of `NewRepository` to be nullable.