Octokit.NET v0.37.0 Release Notes

Release Date: 2020-02-03 // about 4 years ago
  • ๐Ÿ“ฆ Packages

    ๐Ÿ“ฆ Octokit 0.37.0 on NuGet
    ๐Ÿ“ฆ Octokit.Reactive 0.37.0 on NuGet

    Advisories and Breaking Changes

    • None

    ๐Ÿš€ Release Notes

    ๐Ÿ”‹ Features/Enhancements

    • โž• Add support for organization memberships API - #2014 via @hnrkndrssn
    • โž• Add support for filtering repository collaborators by their affiliation - #2043 via @hnrkndrssn

    ๐Ÿ›  Fixes

    • โž• Added "Jupyter Notebook" to Search Repositories API - #2032 via @Dagizmo
    • ๐Ÿ›  Fix encoding of spaces when using Search API - #2038 via @Dagizmo
    • ๐Ÿ”„ Change IssueEvent.Id from int to long to address deserialization issue - #2060 via @stevedesmond-ca
    • โž• Add CheckConclusion.Skipped value to Conclusion property for CheckSuite and CheckRun - #2077 via @JeffreyPalmer

    Housekeeping

    • โฌ†๏ธ Upgrade project tooling to Cake 0.36 - #2039 and #2062 via @devlead
    • โšก๏ธ Update GitHubJwt to version 0.0.4 - #2057 via @dependabot
    • โž• Address NuGet warning about deprecated PackageIconUrl value - #2063 via @shiftkey
    • โž• Add Microsoft.NETFramework.ReferenceAssemblies to allow building projects properly on platforms that only have .NET Core installed - #2064 via @shiftkey
    • โฌ†๏ธ Upgrade SourceLink and GitVersion tools - #2065 via @shiftkey
    • ๐Ÿ— Enable GitHub Actions for building and testing pull requests - #2066 via @shiftkey
    • Cleanup CoreOnly usage in project files - #2072 via @shiftkey
    • ๐Ÿ— Cleanup Travis features in build scripts - #2073 via @shiftkey
    • Switch to Microsoft.SourceLink.GitHub for embedding GitHub URLs into assemblies - #2074 via @shiftkey

    ๐Ÿ“š Documentation Updates

    • โž• Addressed typos in XML documentation - #2040 via @Dagizmo