Skip to content

Skybrud.Social.GitHub v1.0.0-beta006

Pre-release
Pre-release
Compare
Choose a tag to compare
@abjerner abjerner released this 12 Feb 23:44

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.