Skybrud.Social.GitHub v1.0.0-beta006
Pre-releaseInstallation
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.