Releases: shawnmclean/Mandrill-dotnet
Releases · shawnmclean/Mandrill-dotnet
3.1.0
3.0.10
- Ported Mandrill to .NetStandard1.1.
- MandrillException messages are now passed in to Inner Exceptions.
v2.2.7
.NET 4.5 Upgrade
- Updated to .NET 4.5
- Consolidated Async and Sync methods into one method call that returns a Task.
- Removed dependency on RestSharp
- Now uses Flurl internally.
Strongly Signed Assembly
- Assembly is strongly signed.
- Dependency on RestSharp has been replaced by dependency on RestSharpSigned
Inline css and single templates
- Ability to fetch a template.
- Ability to indicate whether the message is using inline css.
Clean Up
- Cleaned up documentation.
- Interface provided for all methods.
- .pdb and xml documentation now deployed with nuget.
- Automated deployment and Continuous integration with teamcity.codebetter.com