Skip to content

v0.6.2

Compare
Choose a tag to compare
@shiftkey shiftkey released this 05 Jan 02:01
  • New: Added Assignee and Label to EventInfo and IssueEvent repsonses - #644 via @thedillonb
  • New: Added BrowserDownloadUrl to ReleaseAsset response - #648 via @erangeljr
  • New: Added Stats to GitHubCommit and Patch to GitHubCommitFile - #646 via @thedillonb
  • New: Support for retrieving and manipulating repository contents using GitClient.Repository.Content - #649 via @haacked and @khellang
  • Fixed: updated enum values returned from EventInfo.Event - #644 via @thedillonb
  • Fixed: serialization issue with Head and Base in pull request - #606 via @mge
  • Fixed: SignatureResponse.Date is now a DateTimeOffset - #646 via @thedillonb

Breaking Changes:

  • EventInfo.InfoState is now EventInfo.Event
  • IssueEvent.InfoState is now IssueEvent.Event
  • SignatureResponse.Date has changed from Date to DateTimeOffset