Octokit 0.31.0
Prefix ReservedSee the version list below for details.
dotnet add package Octokit --version 0.31.0
NuGet\Install-Package Octokit -Version 0.31.0
<PackageReference Include="Octokit" Version="0.31.0" />
paket add Octokit --version 0.31.0
#r "nuget: Octokit, 0.31.0"
// Install Octokit as a Cake Addin #addin nuget:?package=Octokit&version=0.31.0 // Install Octokit as a Cake Tool #tool nuget:?package=Octokit&version=0.31.0
Advisories and Breaking Changes
- None
Release Notes
Milestone: GitHub Apps
Features/Enhancements
- Implemented Check Suites component of New Checks Api (Public Beta) - #1846 via @ryangribble, @Cyberboss
- Implemented Check Runs component of New Checks Api (Public Beta) - #1847 via @ryangribble, @Cyberboss
Milestone: None
Features/Enhancements
- Add new
EventInfoState
values (MarkedAsDuplicate
,UnmarkedAsDuplicate
andCommentDeleted
) - #1818 via @mirsaeedi - Add GraphQL NodeId property to all affected response models - #1806 via @ryangribble
- Implemented New API parameters for Project Card archiving (Preview) including
ProjectCard.Archived
,ProjectCardUpdate.Archived
and newProjectCardRequest
request - #1842 via @ryangribble - Implement support for Archiving repositories including adding
Archived
property toRepository
response model, adding the ability to archive a repository viaUpdateRepository.Archived
request, and filtering repo/issues searches withSearchRepositoriesRequest.Archived
andSearchIssuesRequest.Archived
- #1845 via @jguevara, @ryangribble
Fixes
- Fix exception in
RepositoriesClient.GetAllLanguages()
when no languages exist - #1831 via @ryangribble
Housekeeping
- Remove nuget dependency on
SourceLink.Create.GitHub
package - #1822 via @ryangribble
Documentation Updates
- Clarify the rate limit
Reset
field is in UTC - #1819 via @mirsaeedi - Revise GitHub Apps walkthrough documentation to provide more clarity - #1824 via @ryangribble
Product | Versions 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. |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.0)
NuGet packages (151)
Showing the top 5 NuGet packages that depend on Octokit:
Package | Downloads |
---|---|
Nuke.Common
The AKEless Build System for C#/.NET Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '45063fd8e8531a3146ee64c9d93f1d3360062c29' (see contained AppVeyorSettings.json file for build settings). |
|
DisCatSharp
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
An IObservable based GitHub API client library for .NET and .NET Core using Reactive Extensions |
GitHub repositories (188)
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. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
|
|
BornToBeRoot/NETworkManager
A powerful tool for managing networks and troubleshoot network problems!
|
Version | Downloads | Last updated | |
---|---|---|---|
13.0.1 | 622,010 | 7/2/2024 | |
13.0.0 | 30,947 | 6/26/2024 | |
12.0.0 | 139,816 | 6/10/2024 | |
11.0.1 | 312,314 | 4/15/2024 | |
11.0.0 | 16,902 | 4/10/2024 | |
10.0.0 | 1,756,405 | 2/23/2024 | |
9.1.2 | 68,234 | 2/1/2024 | |
9.1.1 | 160,735 | 1/25/2024 | |
9.1.0 | 118,389 | 1/3/2024 | |
9.0.0 | 1,538,391 | 10/31/2023 | |
8.1.1 | 48,906 | 10/12/2023 | |
8.0.1 | 36,183 | 9/29/2023 | |
8.0.0 | 38,873 | 9/22/2023 | |
7.2.0 | 2,745 | 9/22/2023 | |
7.1.0 | 241,802 | 7/27/2023 | |
7.0.1 | 146,153 | 7/5/2023 | |
7.0.0 | 63,552 | 7/3/2023 | |
6.2.1 | 40,949 | 6/28/2023 | |
6.2.0 | 1,455 | 6/28/2023 | |
6.1.0 | 17,965 | 6/22/2023 | |
6.0.0 | 175,892 | 5/9/2023 | |
5.1.0 | 32,739 | 4/28/2023 | |
5.0.4 | 84,880 | 4/14/2023 | |
5.0.3 | 45,315 | 4/6/2023 | |
5.0.2 | 79,103 | 3/10/2023 | |
5.0.1 | 3,111 | 3/9/2023 | |
5.0.0 | 1,855,997 | 1/20/2023 | |
4.0.4 | 51,369 | 1/13/2023 | |
4.0.3 | 265,945 | 12/2/2022 | |
4.0.2 | 3,604,276 | 11/23/2022 | |
4.0.1 | 363,443 | 10/20/2022 | |
4.0.0 | 63,475 | 10/10/2022 | |
3.0.1 | 14,911 | 10/7/2022 | |
3.0.0 | 114,305 | 9/13/2022 | |
2.0.1 | 228,913 | 8/12/2022 | |
2.0.0 | 87,491 | 8/4/2022 | |
1.0.1 | 142,666 | 8/1/2022 | |
1.0.0 | 144,955 | 7/13/2022 | |
0.52.0 | 324,399 | 7/1/2022 | |
0.51.0 | 2,433,750 | 4/27/2022 | |
0.50.0 | 3,797,993 | 2/21/2021 | |
0.49.0 | 24,691 | 2/13/2021 | |
0.48.0 | 2,456,807 | 6/7/2020 | |
0.47.0 | 294,277 | 4/12/2020 | |
0.46.0 | 473,641 | 3/26/2020 | |
0.45.0 | 8,058 | 3/17/2020 | |
0.44.0 | 40,947 | 3/15/2020 | |
0.43.0 | 121,004 | 3/2/2020 | |
0.42.0 | 11,059 | 2/26/2020 | |
0.41.0 | 3,506 | 2/24/2020 | |
0.40.0 | 85,542 | 2/10/2020 | |
0.39.0 | 2,185 | 2/9/2020 | |
0.38.0 | 2,419 | 2/8/2020 | |
0.37.0 | 74,865 | 2/3/2020 | |
0.36.0 | 5,988,704 | 10/8/2019 | |
0.35.0 | 5,859 | 10/1/2019 | |
0.34.0 | 13,652 | 9/17/2019 | |
0.33.0 | 10,878 | 9/12/2019 | |
0.32.0 | 2,198,567 | 9/9/2018 | |
0.31.0 | 212,018 | 7/21/2018 | |
0.30.0 | 54,841 | 6/17/2018 | |
0.29.0 | 553,913 | 2/18/2018 | |
0.28.0 | 113,410 | 11/6/2017 | |
0.27.0 | 49,446 | 10/7/2017 | |
0.26.0 | 443,341 | 8/31/2017 | |
0.25.0 | 25,075 | 8/23/2017 | |
0.24.1-alpha0001 | 37,212 | 1/21/2017 | |
0.24.0 | 189,800 | 1/17/2017 | |
0.23.0 | 63,918 | 10/7/2016 | |
0.22.0 | 18,401 | 9/1/2016 | |
0.21.1 | 74,749 | 7/29/2016 | |
0.21.0 | 10,943 | 7/28/2016 | |
0.20.0 | 32,609 | 6/14/2016 | |
0.19.0 | 116,456 | 3/13/2016 | |
0.18.0 | 98,281 | 2/2/2016 | |
0.17.0 | 63,930 | 12/8/2015 | |
0.16.0 | 62,161 | 9/17/2015 | |
0.15.0 | 11,856 | 9/10/2015 | |
0.14.0 | 23,092 | 7/18/2015 | |
0.13.0 | 28,526 | 6/17/2015 | |
0.12.0 | 12,513 | 5/19/2015 | |
0.11.0 | 9,992 | 5/9/2015 | |
0.10.0 | 50,284 | 4/22/2015 | |
0.9.0 | 36,882 | 4/6/2015 | |
0.8.0 | 12,137 | 3/19/2015 | |
0.7.3 | 9,920 | 3/9/2015 | |
0.7.2 | 12,947 | 3/1/2015 | |
0.7.1 | 10,809 | 2/24/2015 | |
0.7.0 | 11,149 | 2/23/2015 | |
0.7.0-alpha2 | 8,440 | 2/19/2015 | |
0.7.0-alpha | 7,895 | 2/19/2015 | |
0.6.2 | 15,421 | 1/5/2015 | |
0.6.1 | 9,771 | 12/23/2014 | |
0.6.0 | 9,150 | 12/11/2014 | |
0.5.3 | 8,813 | 12/10/2014 | |
0.5.2 | 22,688 | 10/14/2014 | |
0.5.1 | 9,246 | 10/7/2014 | |
0.5.0 | 8,311 | 10/7/2014 | |
0.4.1 | 90,071 | 7/22/2014 | |
0.4.0 | 9,022 | 7/11/2014 | |
0.3.5 | 9,297 | 6/30/2014 | |
0.3.4 | 29,336 | 4/30/2014 | |
0.3.3 | 10,567 | 4/24/2014 | |
0.3.2 | 8,482 | 4/17/2014 | |
0.3.1 | 8,796 | 3/31/2014 | |
0.3.0 | 8,617 | 3/19/2014 | |
0.2.2 | 8,273 | 3/6/2014 | |
0.2.1 | 7,849 | 2/20/2014 | |
0.2.0 | 7,748 | 2/20/2014 | |
0.1.9 | 7,851 | 2/20/2014 | |
0.1.8 | 7,852 | 1/22/2014 | |
0.1.7 | 7,448 | 12/27/2013 | |
0.1.6 | 6,678 | 12/26/2013 | |
0.1.5 | 5,967 | 11/19/2013 | |
0.1.4 | 6,544 | 11/7/2013 | |
0.1.3 | 6,120 | 11/6/2013 | |
0.1.1 | 7,725 | 10/30/2013 | |
0.1.0 | 21,262 | 10/30/2013 |