Releases: darrencauthon/csharp-sparkpost
Releases · darrencauthon/csharp-sparkpost
Added update for RecipientLists
- Added support for the Update method for Recipient Lists.
- Cleaned up the Retrieve method for Recipient Lists.
- Started full integration tests with SpecFlow.
Fix issue with Recipient List Retrieve
- Fixed an issue retrieving recipient lists.
- Started a SpecFlow project for integration testing.
Add delete method for templates
- Added a method to delete templates. Thanks @Jetski5822!
Add support for sending domains
- Added support for sending domains. Thanks @zeuss2011 !
Add missing HTTP data to template call
- Added some missing HTTP response data on one of the template calls. Thanks @FrankZhangWiesWolf !
Add a missing property to IClient
- Small oversight on 1.8.1, we were missing a property on
IClient
. @FrankZhangWiesWolf found and fixed. Thanks!
Add Template List
- Added Template list method.
- Cleanup tied to the move from sparkpost to darrencauthon.
Added partial Template Support
- Added support for Create and Retrieve for the Template API. Thanks @jamesoflol !!
Partial support for Recipient Lists
- Added partial support for recipient lists, thanks @FrankZhangWiesWolf !
- The interface on ITransmissions was missing one method. Added.
- Minor fixes and cleanup.
Fix Mono nuget packaging issues
My apologies, but there were some nuget pack
issues with the 1.6.0 and 1.6.1 releases on Nuget.
Going to back to the good ol' Visual Studio & Windows setup. This package seems fine now.