Releases: Chinchilla-Software-Com/HubSpot.NET
Releases · Chinchilla-Software-Com/HubSpot.NET
1.1.0
Version 1.1.0
- Implement basic contact list API operations - community contribution thanks to https://github.com/lakesol
Version 1.0.0.2
- Upgraded RestSharp to 106.15.0 to address a security issue.
- Changed target framework from 4.6 to 4.5.2.
Version 1.0.0.1
- Adds OAuth to 0.6.20.1
- Minor breaking change, Offset properties on response objects standardised to ContinuationOffset
- Added sorting to searching contacts
- Added ability to include inactive owners when calling for all owners
- Added ability to filter owners by email address when calling for all owners
- Removed dependency on Flurl.
0.6.20.1
Minor breaking change. The search operator string has been replaced with an enum.
- Patched Paging model not being properly deserialised when searching - Thanks to https://github.com/hakimio for spotting this as issue 8 (#8).
- Merged PR #7 (#7) to patch some bugs in Feature/email subscriptions - Thanks to https://github.com/lakesol for spotting these and contributing.