Octokit 0.29.0
Prefix ReservedSee the version list below for details.
dotnet add package Octokit --version 0.29.0
NuGet\Install-Package Octokit -Version 0.29.0
<PackageReference Include="Octokit" Version="0.29.0" />
paket add Octokit --version 0.29.0
#r "nuget: Octokit, 0.29.0"
// Install Octokit as a Cake Addin #addin nuget:?package=Octokit&version=0.29.0 // Install Octokit as a Cake Tool #tool nuget:?package=Octokit&version=0.29.0
Advisories and Breaking Changes
- On February 22, 2018 19:00 UTC, GitHub will disable permanently the use of weak cryptogrpahic standards. Applications targeting .NET Framework 4.5.x will be affected, as that framework does not enable the now required protocol (TLS1.2) by default. This octokit.net release will automatically enable this protocol, when the
GitHubClient
is constructed. Note that applications targeting .NET Framework 4.6+ or .NET Core should already have TLS1.2 enabled by default, and this release does nothing with enabled protocols on those platforms. - Affected clients that are unable to update octokit.net, can include their own code change to enable TLS1.2 as an alternative to updating to this release.
Release Notes
Milestone: Missing Pagination Support
Features/Enhancements
- Add pagination support to
ReferencesClient
- #1694 via @gdziadkiewicz - Add pagination support to
RepositoryInvitationsClient
- #1692 via @gdziadkiewicz
Milestone: None
Features/Enhancements
- Add
InReplyToId
property toPullRequestReviewComment
response model, to indicate when a comment is in reply to another comment - #1715 via @thedillonb - Ensure the
netstandard1.1
targeted package is compatible with AWS Lambdanetcoreapp1.0
environment, by explicitly specifying theNetStandard.Library
meta-package version - #1713 via @ryangribble - Add
UpdatedAt
property toMilestone
response model, to indicate when it was last updated - #1722 via @shaggygi, @ryangribble - Support
StatusEvent
payloads, using new response modelStatusEventPayload
- #1732 via @itaibh - Octokit now handles
DateTime
andDateTimeOffset
response fields whose API response is in an unexpected Unix epoch time format - #1735 via @itaibh - Add
PullRequestReviewId
property toPullRequestReviewComment
response model, to indicate whichPullRequestReview
the comment is related to - #1739 via @mirsaeedi - Implement support for Repository Licenses, including adding
License
property toRepository
response model, addingSpxId
field toLicenseMetadata
response model and a newIRepositoriesClient.GetLicenseContents()
call - #1630 via @jozefizso, @M-Zuber, @ryangribble - Add
MergeableState
property toPullRequest
response model, to indicate additional information about why a pull request can't be merged - #1764 via @ryangribble - Add
Visibility
property toEmailAddress
response model, to indicate whether a primary email address isPublic
orPrivate
- #1757 via @asapferg, @ryangribble
Fixes
OAuthClient
now handles GitHub Enterprise instances correctly inCreateAccessToken()
andGetGitHubLoginUrl()
methods - #1726 via @ryangribble- Using the same
GitHubClient
instance from multiple threads in parallel will no longer throw occasional exceptions, after making theGitHubSerializerStrategy
internals thread-safe - #1748 via @daveaglick - Remove deserializer enum cache miss by correcting the case of
AccountType
parameter values - #1759 via @ryangribble - Add TLS1.2 to enabled security protocols (.NET Framework 4.5 only) to avoid SSL connectivity errors when GitHub deprecates weak algorithms on February 22 - #1758 via @ryangribble
- Deserializer now handles nullable
StringEnum<T>
members - #1760 via @ryangribble
Documentation Updates
- Updated Rate Limits documentation and samples - #1742 via @mirsaeedi
- Update supported platforms in README.md to include
.NET Standard 1.1
- #1744 via @ShalokShalom, @ryangribble - Clarified
ProductHeaderValue
usage to align with GitHub API Docs - #1751 via @IAmHughes, @ryangribble, @UnknownUser
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 '245ccadae9fc856bef1b7c929958e3230fd1f729' (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 (189)
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 | 780,046 | 7/2/2024 | |
13.0.0 | 33,139 | 6/26/2024 | |
12.0.0 | 150,473 | 6/10/2024 | |
11.0.1 | 336,899 | 4/15/2024 | |
11.0.0 | 17,491 | 4/10/2024 | |
10.0.0 | 1,882,439 | 2/23/2024 | |
9.1.2 | 69,315 | 2/1/2024 | |
9.1.1 | 172,757 | 1/25/2024 | |
9.1.0 | 120,637 | 1/3/2024 | |
9.0.0 | 1,654,326 | 10/31/2023 | |
8.1.1 | 49,930 | 10/12/2023 | |
8.0.1 | 36,621 | 9/29/2023 | |
8.0.0 | 39,593 | 9/22/2023 | |
7.2.0 | 2,766 | 9/22/2023 | |
7.1.0 | 246,865 | 7/27/2023 | |
7.0.1 | 148,231 | 7/5/2023 | |
7.0.0 | 64,169 | 7/3/2023 | |
6.2.1 | 41,492 | 6/28/2023 | |
6.2.0 | 1,457 | 6/28/2023 | |
6.1.0 | 17,987 | 6/22/2023 | |
6.0.0 | 178,216 | 5/9/2023 | |
5.1.0 | 32,999 | 4/28/2023 | |
5.0.4 | 87,582 | 4/14/2023 | |
5.0.3 | 45,550 | 4/6/2023 | |
5.0.2 | 79,496 | 3/10/2023 | |
5.0.1 | 3,113 | 3/9/2023 | |
5.0.0 | 1,894,040 | 1/20/2023 | |
4.0.4 | 51,679 | 1/13/2023 | |
4.0.3 | 266,848 | 12/2/2022 | |
4.0.2 | 3,654,121 | 11/23/2022 | |
4.0.1 | 363,994 | 10/20/2022 | |
4.0.0 | 64,053 | 10/10/2022 | |
3.0.1 | 14,946 | 10/7/2022 | |
3.0.0 | 114,622 | 9/13/2022 | |
2.0.1 | 229,837 | 8/12/2022 | |
2.0.0 | 88,276 | 8/4/2022 | |
1.0.1 | 144,096 | 8/1/2022 | |
1.0.0 | 145,522 | 7/13/2022 | |
0.52.0 | 325,444 | 7/1/2022 | |
0.51.0 | 2,458,460 | 4/27/2022 | |
0.50.0 | 3,815,521 | 2/21/2021 | |
0.49.0 | 24,768 | 2/13/2021 | |
0.48.0 | 2,465,430 | 6/7/2020 | |
0.47.0 | 294,369 | 4/12/2020 | |
0.46.0 | 476,250 | 3/26/2020 | |
0.45.0 | 8,063 | 3/17/2020 | |
0.44.0 | 40,949 | 3/15/2020 | |
0.43.0 | 121,650 | 3/2/2020 | |
0.42.0 | 11,073 | 2/26/2020 | |
0.41.0 | 3,507 | 2/24/2020 | |
0.40.0 | 85,805 | 2/10/2020 | |
0.39.0 | 2,187 | 2/9/2020 | |
0.38.0 | 2,423 | 2/8/2020 | |
0.37.0 | 74,885 | 2/3/2020 | |
0.36.0 | 5,996,664 | 10/8/2019 | |
0.35.0 | 5,861 | 10/1/2019 | |
0.34.0 | 13,694 | 9/17/2019 | |
0.33.0 | 10,884 | 9/12/2019 | |
0.32.0 | 2,237,466 | 9/9/2018 | |
0.31.0 | 212,160 | 7/21/2018 | |
0.30.0 | 54,875 | 6/17/2018 | |
0.29.0 | 556,216 | 2/18/2018 | |
0.28.0 | 113,678 | 11/6/2017 | |
0.27.0 | 49,550 | 10/7/2017 | |
0.26.0 | 443,343 | 8/31/2017 | |
0.25.0 | 25,082 | 8/23/2017 | |
0.24.1-alpha0001 | 37,234 | 1/21/2017 | |
0.24.0 | 190,094 | 1/17/2017 | |
0.23.0 | 63,939 | 10/7/2016 | |
0.22.0 | 18,406 | 9/1/2016 | |
0.21.1 | 74,858 | 7/29/2016 | |
0.21.0 | 10,944 | 7/28/2016 | |
0.20.0 | 32,612 | 6/14/2016 | |
0.19.0 | 116,460 | 3/13/2016 | |
0.18.0 | 98,287 | 2/2/2016 | |
0.17.0 | 63,962 | 12/8/2015 | |
0.16.0 | 62,283 | 9/17/2015 | |
0.15.0 | 11,862 | 9/10/2015 | |
0.14.0 | 23,104 | 7/18/2015 | |
0.13.0 | 28,528 | 6/17/2015 | |
0.12.0 | 12,515 | 5/19/2015 | |
0.11.0 | 9,995 | 5/9/2015 | |
0.10.0 | 50,376 | 4/22/2015 | |
0.9.0 | 37,197 | 4/6/2015 | |
0.8.0 | 12,138 | 3/19/2015 | |
0.7.3 | 9,920 | 3/9/2015 | |
0.7.2 | 12,950 | 3/1/2015 | |
0.7.1 | 10,809 | 2/24/2015 | |
0.7.0 | 11,152 | 2/23/2015 | |
0.7.0-alpha2 | 8,442 | 2/19/2015 | |
0.7.0-alpha | 7,897 | 2/19/2015 | |
0.6.2 | 15,424 | 1/5/2015 | |
0.6.1 | 9,774 | 12/23/2014 | |
0.6.0 | 9,152 | 12/11/2014 | |
0.5.3 | 8,816 | 12/10/2014 | |
0.5.2 | 22,696 | 10/14/2014 | |
0.5.1 | 9,250 | 10/7/2014 | |
0.5.0 | 8,311 | 10/7/2014 | |
0.4.1 | 90,090 | 7/22/2014 | |
0.4.0 | 9,024 | 7/11/2014 | |
0.3.5 | 9,299 | 6/30/2014 | |
0.3.4 | 29,359 | 4/30/2014 | |
0.3.3 | 10,569 | 4/24/2014 | |
0.3.2 | 8,484 | 4/17/2014 | |
0.3.1 | 8,798 | 3/31/2014 | |
0.3.0 | 8,617 | 3/19/2014 | |
0.2.2 | 8,274 | 3/6/2014 | |
0.2.1 | 7,850 | 2/20/2014 | |
0.2.0 | 7,750 | 2/20/2014 | |
0.1.9 | 7,853 | 2/20/2014 | |
0.1.8 | 7,854 | 1/22/2014 | |
0.1.7 | 7,451 | 12/27/2013 | |
0.1.6 | 6,680 | 12/26/2013 | |
0.1.5 | 5,970 | 11/19/2013 | |
0.1.4 | 6,547 | 11/7/2013 | |
0.1.3 | 6,123 | 11/6/2013 | |
0.1.1 | 7,726 | 10/30/2013 | |
0.1.0 | 21,266 | 10/30/2013 |