CakeMail.RestClient
2.0.0-beta03
See the version list below for details.
dotnet add package CakeMail.RestClient --version 2.0.0-beta03
NuGet\Install-Package CakeMail.RestClient -Version 2.0.0-beta03
<PackageReference Include="CakeMail.RestClient" Version="2.0.0-beta03" />
paket add CakeMail.RestClient --version 2.0.0-beta03
#r "nuget: CakeMail.RestClient, 2.0.0-beta03"
// Install CakeMail.RestClient as a Cake Addin #addin nuget:?package=CakeMail.RestClient&version=2.0.0-beta03&prerelease // Install CakeMail.RestClient as a Cake Tool #tool nuget:?package=CakeMail.RestClient&version=2.0.0-beta03&prerelease
CakeMail.RestClient is a .NET wrapper for the CakeMail API
Product | Versions 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. |
-
- Newtonsoft.Json (>= 6.0.8)
- RestSharp (>= 105.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CakeMail.RestClient:
Package | Downloads |
---|---|
Cake.CakeMail
This addin was interacting with CakeMail's legacy API and is no longer maintained. Furthermore, one of the depencies is no longer maintained and references NuGet packages that contain security vulnerabilities. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
9.0.1 | 4,081 | 7/4/2019 | |
9.0.0 | 630 | 7/3/2019 | |
8.3.0 | 1,813 | 3/28/2019 | |
8.2.0 | 2,132 | 12/9/2017 | |
8.1.0 | 987 | 11/26/2017 | |
8.0.0 | 965 | 11/19/2017 | |
7.2.2 | 1,089 | 9/30/2017 | |
7.2.1 | 1,038 | 9/23/2017 | |
7.2.0 | 1,856 | 6/15/2017 | |
7.1.0 | 1,068 | 5/29/2017 | |
7.0.0 | 1,094 | 5/1/2017 | |
6.0.0 | 1,184 | 2/13/2017 | |
5.1.0 | 1,168 | 11/17/2016 | |
5.0.131 | 1,136 | 9/2/2016 | |
5.0.130 | 1,048 | 9/2/2016 | |
4.0.0 | 1,372 | 3/22/2016 | |
3.1.0 | 1,344 | 3/21/2016 | |
3.0.0 | 1,085 | 3/10/2016 | |
2.0.0 | 1,313 | 6/1/2015 | |
2.0.0-beta07 | 923 | 5/22/2015 | |
2.0.0-beta06 | 929 | 5/13/2015 | |
2.0.0-beta05 | 942 | 5/4/2015 | |
2.0.0-beta04 | 1,257 | 4/30/2015 | |
2.0.0-beta03 | 1,164 | 4/29/2015 | |
2.0.0-beta02 | 1,110 | 4/23/2015 | |
2.0.0-beta01 | 1,084 | 4/20/2015 | |
1.0.0 | 1,260 | 4/16/2015 | |
1.0.0-beta05 | 968 | 4/12/2015 | |
1.0.0-beta04 | 979 | 4/10/2015 | |
1.0.0-beta03 | 985 | 4/1/2015 | |
1.0.0-beta02 | 938 | 3/26/2015 | |
1.0.0-beta01 | 953 | 3/22/2015 | |
1.0.0-alpha01 | 948 | 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
- Added XML comments file for convenient intellisense in Visual Studio