Octokit.NET v0.35.0 Release Notes

Release Date: 2019-10-03 // over 4 years ago
  • ๐Ÿ“ฆ 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

    ๐Ÿ›  Fixes

    • โž• Added Id property to Milestone response - #2007 via @hnrkndrssn
    • โž• Added since parameter to Issue.Comments.GetAllForIssue() - #2008 via @hnrkndrssn

    Housekeeping