Octokit
0.29.0
Prefix Reserved
See the version list below for details.
Install-Package Octokit -Version 0.29.0
dotnet add 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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.0)
NuGet packages (103)
Showing the top 5 NuGet packages that depend on Octokit:
Package | Downloads |
---|---|
Nuke.Common
Cross-platform build automation system Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '706f53a42a3ab7ee112350cfdd0e4d1683eb5d1d' (see contained AppVeyorSettings.json file for build settings). |
|
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#. |
|
GitOps.Clients.GitHub
Package Description |
|
GitOps.Primitives
Package Description |
|
Octokit.Reactive
An IObservable based GitHub API client library for .NET and .NET Core using Reactive Extensions |
GitHub repositories (112)
Showing the top 5 popular GitHub repositories that depend on Octokit:
Repository | Stars |
---|---|
CodeHubApp/CodeHub
CodeHub is an iOS application written using Xamarin
|
|
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
|
|
abpframework/abp
Open Source Web Application Framework for ASP.NET Core
|
|
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
|
|
rocksdanister/lively
Free and open-source software that allows users to set animated desktop wallpapers and screensavers.
|
Version | Downloads | Last updated |
---|---|---|
0.51.0 | 71,417 | 4/27/2022 |
0.50.0 | 1,351,034 | 2/21/2021 |
0.49.0 | 19,787 | 2/13/2021 |
0.48.0 | 957,330 | 6/7/2020 |
0.47.0 | 279,493 | 4/12/2020 |
0.46.0 | 359,470 | 3/26/2020 |
0.45.0 | 6,423 | 3/17/2020 |
0.44.0 | 18,020 | 3/15/2020 |
0.43.0 | 64,263 | 3/2/2020 |
0.42.0 | 8,671 | 2/26/2020 |
0.41.0 | 1,867 | 2/24/2020 |
0.40.0 | 64,140 | 2/10/2020 |
0.39.0 | 620 | 2/9/2020 |
0.38.0 | 842 | 2/8/2020 |
0.37.0 | 15,942 | 2/3/2020 |
0.36.0 | 3,087,569 | 10/8/2019 |
0.35.0 | 4,275 | 10/1/2019 |
0.34.0 | 9,623 | 9/17/2019 |
0.33.0 | 9,190 | 9/12/2019 |
0.32.0 | 949,262 | 9/9/2018 |
0.31.0 | 188,200 | 7/21/2018 |
0.30.0 | 50,303 | 6/17/2018 |
0.29.0 | 404,668 | 2/18/2018 |
0.28.0 | 94,708 | 11/6/2017 |
0.27.0 | 38,749 | 10/7/2017 |
0.26.0 | 437,531 | 8/31/2017 |
0.25.0 | 23,235 | 8/23/2017 |
0.24.1-alpha0001 | 30,599 | 1/21/2017 |
0.24.0 | 156,104 | 1/17/2017 |
0.23.0 | 61,075 | 10/7/2016 |
0.22.0 | 16,644 | 9/1/2016 |
0.21.1 | 70,558 | 7/29/2016 |
0.21.0 | 9,301 | 7/28/2016 |
0.20.0 | 30,613 | 6/14/2016 |
0.19.0 | 113,219 | 3/13/2016 |
0.18.0 | 96,476 | 2/2/2016 |
0.17.0 | 36,537 | 12/8/2015 |
0.16.0 | 47,806 | 9/17/2015 |
0.15.0 | 10,205 | 9/10/2015 |
0.14.0 | 21,118 | 7/18/2015 |
0.13.0 | 26,766 | 6/17/2015 |
0.12.0 | 10,768 | 5/19/2015 |
0.11.0 | 8,350 | 5/9/2015 |
0.10.0 | 34,839 | 4/22/2015 |
0.9.0 | 13,251 | 4/6/2015 |
0.8.0 | 10,190 | 3/19/2015 |
0.7.3 | 8,154 | 3/9/2015 |
0.7.2 | 11,241 | 3/1/2015 |
0.7.1 | 9,014 | 2/24/2015 |
0.7.0 | 9,105 | 2/23/2015 |
0.7.0-alpha2 | 7,162 | 2/19/2015 |
0.7.0-alpha | 7,180 | 2/19/2015 |
0.6.2 | 13,614 | 1/5/2015 |
0.6.1 | 8,054 | 12/23/2014 |
0.6.0 | 7,518 | 12/11/2014 |
0.5.3 | 7,175 | 12/10/2014 |
0.5.2 | 20,684 | 10/14/2014 |
0.5.1 | 7,566 | 10/7/2014 |
0.5.0 | 6,661 | 10/7/2014 |
0.4.1 | 69,586 | 7/22/2014 |
0.4.0 | 7,340 | 7/11/2014 |
0.3.5 | 7,269 | 6/30/2014 |
0.3.4 | 26,178 | 4/30/2014 |
0.3.3 | 8,963 | 4/24/2014 |
0.3.2 | 6,815 | 4/17/2014 |
0.3.1 | 7,193 | 3/31/2014 |
0.3.0 | 6,902 | 3/19/2014 |
0.2.2 | 6,611 | 3/6/2014 |
0.2.1 | 6,284 | 2/20/2014 |
0.2.0 | 6,176 | 2/20/2014 |
0.1.9 | 6,197 | 2/20/2014 |
0.1.8 | 6,100 | 1/22/2014 |
0.1.7 | 5,581 | 12/27/2013 |
0.1.6 | 5,000 | 12/26/2013 |
0.1.5 | 5,012 | 11/19/2013 |
0.1.4 | 4,858 | 11/7/2013 |
0.1.3 | 4,462 | 11/6/2013 |
0.1.1 | 5,388 | 10/30/2013 |
0.1.0 | 4,385 | 10/30/2013 |