SendGridPlus 4.1.0

dotnet add package SendGridPlus --version 4.1.0
NuGet\Install-Package SendGridPlus -Version 4.1.0
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="SendGridPlus" Version="4.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SendGridPlus --version 4.1.0
#r "nuget: SendGridPlus, 4.1.0"
#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 SendGridPlus as a Cake Addin
#addin nuget:?package=SendGridPlus&version=4.1.0

// Install SendGridPlus as a Cake Tool
#tool nuget:?package=SendGridPlus&version=4.1.0

A client library for interfacing with the SendGrid APIs, including the Event API. This is an updated and refactored version of the SendGrid package.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  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

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
4.1.0 157,546 5/2/2014
4.0.0 1,811 4/28/2014
3.0.0 39,608 9/25/2013
2.1.1 9,609 4/9/2013
2.1.0 1,274 4/9/2013
2.0.3 10,684 10/1/2012
2.0.2 1,344 9/28/2012
2.0.1 1,585 9/28/2012
2.0.0 1,388 9/28/2012

4.1
 • Fixes for re-serializing the EventData object (for example, to drop the Event into a Windows Azure Queue for processing).

4.0
 • Added Windows Phone 8.1 / Universal Apps support.
 • BREAKING: The "Deliver" method has been changed to "DeliverAsync" and is now async-only. This is an intentional change so that you have to update your code, since these are high-latency calls.
 • Integrates some of the changes from the official library, including a dependence on our flavor of their new SMTPAPI library.
 • Improvements to attachment handling thanks to HakanL.
 • Fixes several issues with Events not processing properly due to malformed requests coming from SendGrid.
 • Fixes an issue where the Web transport was using the wrong URL.
 • Fixes an issue where additional custom Headers were not being attached to an e-mail.

3.1
 • Now includes a Portable Class Library for use in Silverlight 5 and Windows Phone 8. Use the Web transport for delivery.

3.0
 • BREAKING: Changed some EventData properties to be clearer on what they are for.
 • Added new EventData properties for SendGrid's updated payloads.
 • Added support for handling most of SendGrid's issues with sending malformed v1 & v2 Event payloads.
 • Replaced RestSharp with HttpClient.

2.1.1
 • Changed the EventData.Status property to a string to fix event data errors.
 • Fixed TransportEncoding support.
 • Better EventStream handling.

2.0.3:
 • Update to ensure the stream passed into the Events API is always readable.