Releases: abjerner/Skybrud.Social.GitHub
Skybrud.Social.GitHub v1.0.0-beta010
New beta release 🎉
Installation
Install the NuGet package - either via the .NET CLI:
dotnet add package Skybrud.Social.GitHub --version 1.0.0-beta010
or the NuGet package manager:
Install-Package Skybrud.Social.GitHub -Version 1.0.0-beta010
Skybrud.Social.GitHub v1.0.0-beta009
Installation
Changelog
-
Added more values to the
GitHubEventType
enum - including a a fallback value (776e441)
As GitHub has introduced more event types, the enum class has now been updated to reflect these. Also, to prevent an exception when the package encounters any future event types unknown to this package,GitHubEventType.Other
be used as fallback. -
Updated Skybrud.Essentials.Http dependency (see 0d798ba)
The dependency for Skybrud.Essentials.Http has now been updated to the latest version.
Skybrud.Social.GitHub v1.0.0-beta008
Installation
Changelog
- Added support for enabling preview of beta features through the use of media types (see 70cf20a, 1143a87 and 70c1ac7)
GitHub uses different media types to expose preview/beta features in the API, which is now also supported in this package. See the documentation for further information on how to use this.
Skybrud.Social.GitHub v1.0.0-beta007
Installation
Changelog
Skybrud.Social.GitHub v1.0.0-beta006
Installation
Changelog
-
Added support for getting a single issue (see 9129b75)
Previous release only supported getting a list of issues, but not a single issue. With this release, the latter is now supported as well. -
Fixed issue with
GitHubLinkHeader
not working in some cases (see 78fb498)
The parsing for thelink
header only worked when there were other query string parameters preceding thepage
parameter. -
Added new values to
GitHubEventType
enum class (see f850ae4)
GitHub did at some point introduce new event types - eg. when they added support for transferring issues between repositories, atransferred
event was introduced as well. -
Improved support for milestones (see 0304fb9, abcab9a, e91807b and cd82da2)
With this release, it's now possible to fetch information about milestones as well as create, update and delete them.