CakeMail.RestClient 2.0.0-beta05

This is a prerelease version of CakeMail.RestClient.
There is a newer version of this package available.
See the version list below for details.
dotnet add package CakeMail.RestClient --version 2.0.0-beta05
NuGet\Install-Package CakeMail.RestClient -Version 2.0.0-beta05
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="CakeMail.RestClient" Version="2.0.0-beta05" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CakeMail.RestClient --version 2.0.0-beta05
#r "nuget: CakeMail.RestClient, 2.0.0-beta05"
#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 CakeMail.RestClient as a Cake Addin
#addin nuget:?package=CakeMail.RestClient&version=2.0.0-beta05&prerelease

// Install CakeMail.RestClient as a Cake Tool
#tool nuget:?package=CakeMail.RestClient&version=2.0.0-beta05&prerelease

CakeMail.RestClient is a .NET wrapper for the CakeMail 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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CakeMail.RestClient:

Package Downloads
Cake.CakeMail

Cake Build addin to provide Aliases for sending emails via CakeMail.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.1 3,897 7/4/2019
9.0.0 579 7/3/2019
8.3.0 1,747 3/28/2019
8.2.0 2,048 12/9/2017
8.1.0 928 11/26/2017
8.0.0 913 11/19/2017
7.2.2 1,035 9/30/2017
7.2.1 994 9/23/2017
7.2.0 1,792 6/15/2017
7.1.0 1,007 5/29/2017
7.0.0 1,043 5/1/2017
6.0.0 1,116 2/13/2017
5.1.0 1,115 11/17/2016
5.0.131 1,086 9/2/2016
5.0.130 1,015 9/2/2016
4.0.0 1,313 3/22/2016
3.1.0 1,301 3/21/2016
3.0.0 1,036 3/10/2016
2.0.0 1,254 6/1/2015
2.0.0-beta07 876 5/22/2015
2.0.0-beta06 880 5/13/2015
2.0.0-beta05 881 5/4/2015
2.0.0-beta04 1,198 4/30/2015
2.0.0-beta03 1,133 4/29/2015
2.0.0-beta02 1,071 4/23/2015
2.0.0-beta01 1,030 4/20/2015
1.0.0 1,203 4/16/2015
1.0.0-beta05 919 4/12/2015
1.0.0-beta04 922 4/10/2015
1.0.0-beta03 936 4/1/2015
1.0.0-beta02 888 3/26/2015
1.0.0-beta01 903 3/22/2015
1.0.0-alpha01 894 3/16/2015

- Unique identifiers changed to 'long' instead of 'int'.
- "Magic strings" replaced with enums. For example, instead of specifying sort direction with 'asc' and 'desc', you can now use SortDirection.Ascending and SortDirection.Descending.
- Fix bug in CreateTemplateCategory which prevents creating new categories
- Fix bug in DeleteTemplateCategory which causes an exception to be thrown despite the fact the category was successfuly deleted
- Fix bug in GetListMembers which causes exception: 'Json does not contain property members'
- Added XML comments file for convenient intellisense in Visual Studio