v0.35 - A Bit Of Everything
Packages
Octokit 0.35.0
on NuGet
Octokit.Reactive 0.35.0
on NuGet
Advisories and Breaking Changes
As part of keeping up with current target frameworks in .NET, we will be deprecating net45
and netstandard1.1
targets in a future release. This update adds net46
and netstandard2.0
outputs which will become the new baseline, so please test them out in your projects and report any issues you encounter.
Release Notes
Features/Enhancements
- Added support for retrieving and creating draft pull requests - #2009 via @hnrkndrssn
- Added Management Console API to view and edit maintenance mode - #2010 via @shiftkey, @ryangribble
Fixes
- Added
Id
property toMilestone
response - #2007 via @hnrkndrssn - Added
since
parameter toIssue.Comments.GetAllForIssue()
- #2008 via @hnrkndrssn
Housekeeping