Octokit 0.32.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Octokit --version 0.32.0
NuGet\Install-Package Octokit -Version 0.32.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.32.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Octokit --version 0.32.0
#r "nuget: Octokit, 0.32.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.32.0

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

Advisories and Breaking Changes

  • Due to upstream breaking changes in the CheckRuns API, using check runs against github.com will require using the new/renamed fields on CheckRunAnnotation response and NewCheckRunAnnotation request models. However the old fields are maintained in octokit.net (marked as deprecated) to continue supporting GitHub Enterprise 2.14, which will not receive these changes. Users of GHE 2.14 should use the old fields, whilst users of github.com should update to use the new fields

Release Notes

Milestone: GitHub Apps

Features/Enhancements

  • Adjust GitHub App Installation Access Token route in line with announced API changes - #1860 via @ryangribble
  • Implement additional endpoints for GitHub Apps to find installations for a given organization, repository or user - #1854 via @StanleyGoldman, @ryangribble
  • Implement GitHub Apps Installation API to allow listing all repositories a GitHub App Installation or GitHub App authenticated user has access to - #1854 via @StanleyGoldman, @ryangribble
  • Implement new/changed fields on CheckRunAnnotation response and NewCheckRunAnnotation request models - replace Filename with Path, WarningLevel with AnnotationLevel and add StartColumn and EndColumn - #1857 via @ryangribble
  • Add new method CheckSuitesClient.Rerequest() and mark the old CheckSuitesClient.Request() method as deprecated (this will no longer function on github.com but will continue to be supported on GitHub Enterprise 2.14) - #1857 via @ryangribble

Fixes

  • Adjust StartedAt and Status fields of NewCheckRun and CheckRunUpdate requests, to allow null values, avoiding resetting these to default values when not specified - #1852 via @Cyberboss, @ryangribble

Documentation Updates

  • Fixed code samples in GitHub Apps sample docs to use the correct sub client property name - #1853 via @d-a-s

Milestone: None

Fixes

  • IssueLabelsClient.RemoveFromIssue() no longer fails with a HTTP 400 "Bad Request" error from the GitHub Api - #1868 via @ryangribble
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (135)

Showing the top 5 NuGet packages that depend on Octokit:

Package Downloads
Nuke.Common The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '011956b31c05f14f3233f6241cd6fbe038824d71' (see contained AppVeyorSettings.json file for build settings).

DisCatSharp The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

DisCatSharp Your library to write discord bots in C# with a focus on always providing access to the latest discord features. Written with love and for everyone.

OctoNotes.Generator.ReleaseNotesSource.GitHub

OctoNotes is a tool for generating release notes from Git repositories. In a perfect, trunk-based world, there would be a single, linear graph between versions of an application. In the real world, however, that's almost never the case. Many releases will have hotfixes; many applications will have LTS branches or maintenance releases; not to mention pull requests and other reasons for branches, both short-lived and long. OctoNotes takes a slightly different view of release notes. OctoNotes views the Git revision graph as the single source of truth. If a bug was fixed in a commit, that bug is only fixed in revisions containing that commit. If a feature was added between versions X and Y, it will appear in the Git revision graph as a commit somwehere between those two points. By leveraging Git tags, OctoNotes can pinpoint precisely where in a Git revision graph a change was introduced, and provide the release notes for just the commits between two points on that graph.

Fake.Api.GitHub

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.

Octokit.Reactive The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

An IObservable based GitHub API client library for .NET and .NET Core using Reactive Extensions

GitHub repositories (168)

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
11.0.1 1,202 4/15/2024
11.0.0 4,079 4/10/2024
10.0.0 330,455 2/23/2024
9.1.2 43,144 2/1/2024
9.1.1 35,804 1/25/2024
9.1.0 67,334 1/3/2024
9.0.0 359,040 10/31/2023
8.1.1 32,717 10/12/2023
8.0.1 26,974 9/29/2023
8.0.0 31,467 9/22/2023
7.2.0 2,264 9/22/2023
7.1.0 177,167 7/27/2023
7.0.1 92,979 7/5/2023
7.0.0 53,622 7/3/2023
6.2.1 33,099 6/28/2023
6.2.0 1,342 6/28/2023
6.1.0 17,062 6/22/2023
6.0.0 139,525 5/9/2023
5.1.0 30,067 4/28/2023
5.0.4 54,750 4/14/2023
5.0.3 38,049 4/6/2023
5.0.2 70,731 3/10/2023
5.0.1 3,006 3/9/2023
5.0.0 1,374,377 1/20/2023
4.0.4 44,765 1/13/2023
4.0.3 251,404 12/2/2022
4.0.2 3,009,290 11/23/2022
4.0.1 330,934 10/20/2022
4.0.0 56,622 10/10/2022
3.0.1 14,013 10/7/2022
3.0.0 111,102 9/13/2022
2.0.1 210,378 8/12/2022
2.0.0 75,923 8/4/2022
1.0.1 111,060 8/1/2022
1.0.0 137,756 7/13/2022
0.52.0 296,399 7/1/2022
0.51.0 2,137,547 4/27/2022
0.50.0 3,555,563 2/21/2021
0.49.0 23,398 2/13/2021
0.48.0 2,198,479 6/7/2020
0.47.0 292,515 4/12/2020
0.46.0 443,406 3/26/2020
0.45.0 7,910 3/17/2020
0.44.0 39,921 3/15/2020
0.43.0 111,098 3/2/2020
0.42.0 10,615 2/26/2020
0.41.0 3,372 2/24/2020
0.40.0 82,166 2/10/2020
0.39.0 2,062 2/9/2020
0.38.0 2,314 2/8/2020
0.37.0 70,696 2/3/2020
0.36.0 5,872,341 10/8/2019
0.35.0 5,732 10/1/2019
0.34.0 13,064 9/17/2019
0.33.0 10,749 9/12/2019
0.32.0 1,722,596 9/9/2018
0.31.0 209,350 7/21/2018
0.30.0 54,262 6/17/2018
0.29.0 520,936 2/18/2018
0.28.0 109,316 11/6/2017
0.27.0 46,352 10/7/2017
0.26.0 443,120 8/31/2017
0.25.0 24,861 8/23/2017
0.24.1-alpha0001 36,472 1/21/2017
0.24.0 183,915 1/17/2017
0.23.0 63,293 10/7/2016
0.22.0 18,274 9/1/2016
0.21.1 73,543 7/29/2016
0.21.0 10,827 7/28/2016
0.20.0 32,438 6/14/2016
0.19.0 116,246 3/13/2016
0.18.0 98,156 2/2/2016
0.17.0 61,110 12/8/2015
0.16.0 59,273 9/17/2015
0.15.0 11,750 9/10/2015
0.14.0 22,884 7/18/2015
0.13.0 28,408 6/17/2015
0.12.0 12,383 5/19/2015
0.11.0 9,869 5/9/2015
0.10.0 48,664 4/22/2015
0.9.0 32,098 4/6/2015
0.8.0 11,987 3/19/2015
0.7.3 9,797 3/9/2015
0.7.2 12,835 3/1/2015
0.7.1 10,676 2/24/2015
0.7.0 11,017 2/23/2015
0.7.0-alpha2 8,332 2/19/2015
0.7.0-alpha 7,827 2/19/2015
0.6.2 15,289 1/5/2015
0.6.1 9,653 12/23/2014
0.6.0 9,040 12/11/2014
0.5.3 8,691 12/10/2014
0.5.2 22,519 10/14/2014
0.5.1 9,136 10/7/2014
0.5.0 8,202 10/7/2014
0.4.1 87,968 7/22/2014
0.4.0 8,915 7/11/2014
0.3.5 9,154 6/30/2014
0.3.4 28,730 4/30/2014
0.3.3 10,468 4/24/2014
0.3.2 8,373 4/17/2014
0.3.1 8,698 3/31/2014
0.3.0 8,506 3/19/2014
0.2.2 8,149 3/6/2014
0.2.1 7,735 2/20/2014
0.2.0 7,623 2/20/2014
0.1.9 7,742 2/20/2014
0.1.8 7,722 1/22/2014
0.1.7 7,227 12/27/2013
0.1.6 6,525 12/26/2013
0.1.5 5,883 11/19/2013
0.1.4 6,422 11/7/2013
0.1.3 6,021 11/6/2013
0.1.1 7,500 10/30/2013
0.1.0 19,146 10/30/2013