Octokit.net Versions Save

A GitHub API client library for .NET

v5.0.2

1 year ago

What's Changed

Features

Bug fixes

New Contributors

Full Changelog: https://github.com/octokit/octokit.net/compare/v5.0.1...v5.0.2

v5.0.1

1 year ago

What's Changed

Features

Maintenance

New Contributors

Full Changelog: https://github.com/octokit/octokit.net/compare/v5.0.0...v5.0.1

v5.0.0

1 year ago

What's Changed

Full Changelog: https://github.com/octokit/octokit.net/compare/v4.0.4...v5.0.0

v4.0.4

1 year ago

What's Changed

We introduced a new action that adds all new issues and PRs to our community board. Come by the board and grab something to improve this SDK and the others!

Bug fixes

Maintenance

Dependency updates

New Contributors

Full Changelog: https://github.com/octokit/octokit.net/compare/v4.0.3...v4.0.4

v4.0.3

1 year ago

What's Changed

Features

Bug fixes

Maintenance

New Contributors

Full Changelog: https://github.com/octokit/octokit.net/compare/v4.0.2...v4.0.3

v4.0.2

1 year ago

What's Changed

Features

Bugs

Dependencies

House Keeping

New Contributors

Full Changelog: https://github.com/octokit/octokit.net/compare/v4.0.1...v4.0.2

v4.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/octokit/octokit.net/compare/v4.0.0...v4.0.1

v4.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/octokit/octokit.net/compare/v3.0.1...v4.0.0

https://github.com/octokit/octokit.net/discussions/2594

v3.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/octokit/octokit.net/compare/v3.0.0...v3.0.1

v3.0.0

1 year ago

Advisories and Breaking Changes

API METHOD CONTRACT CHANGE: In this release, the return type/exception implementation of AddCollaborator has changed by fixing a failure with 201 status code when adding a collaborator - #2559 via @annchous

RE: Converts response model property accessors from protected to the more appropriate private for consistency - #2565 via @nickfloyd - in support of Generative SDKs

Release Notes

Milestone: We modified the existing source to help unify it and prepare for our generative SDK work.

Features/Enhancements

Fixes

  • Fix failure with 201 status code on adding a collaborator - #2559 via @annchous

Housekeeping

Documentation Updates

  • Removed reference to Basic Authentication in the docs - #2555 via @rkreisel

Full Changelog: https://github.com/octokit/octokit.net/compare/v2.0.1...v3.0.0