Skip to content

3.0.0-beta.6 (2019-09-20)

Pre-release
Pre-release

Choose a tag to compare

@bhelx bhelx released this 20 Sep 16:40
18059b1

A few notable changes:

  • Remove the site-id constraint from Client #440
  • Implement bump script #443
  • Fix Pager empty page bug #432 [ Fixes #445 ]
  • Add CONTRIBUTING.md #430

This PR also makes sure that symbols and the source code are included in the release in the form of a .snupkg file. This should fix some of the difficulties with debugging as experienced with #445.

Upgrade Notes

#440 contains a breaking change. Recurly.Client now only takes an api key (site id / subdomain is not needed). The type signature was changed from: Recurly.Client(string siteId, string apiKey) to Recurly.Client(string apiKey)