Skip to content

Releases: shawnmclean/Mandrill-dotnet

3.1.0

21 Jul 12:08
Compare
Choose a tag to compare

Changes included in this release:

  • MandrillApi implements IDisposable - #194
  • HttpClient is reused throughout the life time of the Api Client. - #194

3.0.10

21 Jul 00:42
Compare
Choose a tag to compare
  • Ported Mandrill to .NetStandard1.1.
  • MandrillException messages are now passed in to Inner Exceptions.

v2.2.7

04 Nov 05:40
Compare
Choose a tag to compare
  1. #159 Change configuration static class to Public to allow customization - @hadason

    Nuget link

.NET 4.5 Upgrade

04 May 06:40
Compare
Choose a tag to compare
  • 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

27 Mar 05:29
Compare
Choose a tag to compare
  1. Assembly is strongly signed.
  2. Dependency on RestSharp has been replaced by dependency on RestSharpSigned

Inline css and single templates

11 Mar 22:44
Compare
Choose a tag to compare
  1. Ability to fetch a template.
  2. Ability to indicate whether the message is using inline css.

Clean Up

09 Feb 10:17
Compare
Choose a tag to compare
  1. Cleaned up documentation.
  2. Interface provided for all methods.
  3. .pdb and xml documentation now deployed with nuget.
  4. Automated deployment and Continuous integration with teamcity.codebetter.com