Date | 2020-02-13 (1,737 days ago) |
---|---|
Downloads | 276 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET Standard 1.3 .NET 4.5 .NET 4.6 .NET 4.7 |
#installation
">Installation#changelog
">ChangelogAdded 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.