Mandrill-Dotnet-Temp
2.0.3.1
.NET Framework 4.5
Install-Package Mandrill-Dotnet-Temp -Version 2.0.3.1
dotnet add package Mandrill-Dotnet-Temp --version 2.0.3.1
<PackageReference Include="Mandrill-Dotnet-Temp" Version="2.0.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mandrill-Dotnet-Temp --version 2.0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Mandrill-Dotnet-Temp, 2.0.3.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mandrill-Dotnet-Temp as a Cake Addin
#addin nuget:?package=Mandrill-Dotnet-Temp&version=2.0.3.1
// Install Mandrill-Dotnet-Temp as a Cake Tool
#tool nuget:?package=Mandrill-Dotnet-Temp&version=2.0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Mandrill .Net is a quick and easy wrapper for getting started with the Mandrill API.
This package adds support for mail template arrays.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Flurl.Http (>= 0.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.3.1 | 3,181 | 6/15/2015 |
* 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.