3.0.0-beta.6 (2019-09-20)
Pre-release
Pre-release
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)