Mandrill 2.0.3

dotnet add package Mandrill --version 2.0.3
NuGet\Install-Package Mandrill -Version 2.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mandrill" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mandrill --version 2.0.3
#r "nuget: Mandrill, 2.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mandrill as a Cake Addin
#addin nuget:?package=Mandrill&version=2.0.3

// Install Mandrill as a Cake Tool
#tool nuget:?package=Mandrill&version=2.0.3

Mandrill .Net is a quick and easy wrapper for getting started with the Mandrill API.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.3 5,061 5/4/2015
2.0.1 57 5/4/2015
1.3.1 1,762 4/23/2015
1.2.7 2,701 3/27/2015
1.2.6 60 3/27/2015
1.2.4 330 3/24/2015
1.2.1 6,032 2/18/2015
1.1.111 58 2/18/2015
1.0.109 5,707 1/21/2015
1.0.103 5,380 11/19/2014
1.0.93 3,613 9/25/2014
1.0.90 2,935 8/29/2014
1.0.85 8,941 6/3/2014
1.0.75 1,311 3/21/2014
1.0.74 228 3/11/2014
1.0.66 317 2/14/2014
1.0.62 154 2/9/2014
1.0.54 57 2/9/2014
1.0.53 63 2/9/2014
0.1.1.5 4,250 12/11/2013
0.1.1.4 205 11/19/2013
0.1.1.3 1,144 8/22/2013
0.1.1.2 61 8/15/2013
0.1.1.1 279 5/17/2013
0.1.1 217 3/23/2013
0.1.0 137 1/3/2013
0.0.0.12 66 10/20/2012
0.0.0.11 52 9/26/2012
0.0.0.10 58 9/15/2012
0.0.0.9 59 9/15/2012
0.0.0.8 58 9/10/2012
0.0.0.7 318 9/6/2012
0.0.0.6 53 9/3/2012
0.0.0.5 56 9/3/2012
0.0.0.4 55 9/3/2012
0.0.0.3 59 8/27/2012
0.0.0.2 56 8/19/2012
0.0.0.1 62 8/19/2012

* 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.