Skip to content

Releases: abjerner/Skybrud.Social.GitHub

Skybrud.Social.GitHub v1.0.0-beta010

10 Feb 22:15
Compare
Choose a tag to compare

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

11 Dec 21:09
Compare
Choose a tag to compare
Pre-release

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

16 Feb 16:48
Compare
Choose a tag to compare
Pre-release

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

13 Feb 15:15
Compare
Choose a tag to compare
Pre-release

Installation

Changelog

  • Fixed misspelled enum value in GitHubEventType (see 7e73c93)
    At least I had spelled the name correctly in the XML comment just above.

  • Added support for ready_for_review event (see ce990e1)
    The event is not listed in the overall list of events, but may still be returned by the API.

Skybrud.Social.GitHub v1.0.0-beta006

12 Feb 23:44
Compare
Choose a tag to compare
Pre-release

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 the link header only worked when there were other query string parameters preceding the page 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, a transferred 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.

Skybrud.Social.GitHub v1.0.0-beta005

19 Jan 19:35
Compare
Choose a tag to compare
Pre-release

Installation

Skybrud.Social.GitHub v1.0.0-beta004

08 Sep 20:36
Compare
Choose a tag to compare
Pre-release

Installation

Skybrud.Social.GitHub v1.0.0-beta003

20 Aug 21:28
Compare
Choose a tag to compare
Pre-release

Installation

Skybrud.Social.GitHub v1.0.0-beta002

09 Jun 19:24
Compare
Choose a tag to compare

Skybrud.Social.GitHub v1.0.0-beta001

15 May 17:31
Compare
Choose a tag to compare