Sendgrid 9.9.0
C# client library and examples for using SendGrid API's to send mail and access Web API v3 endpoints with .NET Standard 1.3 and .NET Core support. Github repo located at : https://github.com/sendgrid/sendgrid-csharp
Install-Package Sendgrid -Version 9.9.0
dotnet add package Sendgrid --version 9.9.0
paket add Sendgrid --version 9.9.0
The NuGet Team does not provide support for this client.
Please contact its maintainers for support.
Release Notes
## Added
- #509 Transient Fault Handling (dependency free)
- Implements retry behaviour for transient faults when using HttpClient to send the request.
- Please see #509 and [USE_CASES.md](https://github.com/sendgrid/sendgrid-csharp/blob/master/USE_CASES.md#transient_faults) for details.
- Thanks to [Dylan Morley](https://github.com/dylan-asos) for the PR!
Dependencies
-
.NETFramework 4.0
- Newtonsoft.Json (>= 9.0.1)
- System.Net.Http (>= 4.0.0)
-
.NETStandard 1.3
- Microsoft.AspNetCore.Http.Abstractions (>= 1.1.0)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 9.0.1)
Version History
Version | Downloads | Last updated |
---|---|---|
9.9.0 (current version) | 0 | 3/22/2018 |