SendGridPlus 4.1.0
Install-Package SendGridPlus -Version 4.1.0
dotnet add package SendGridPlus --version 4.1.0
<PackageReference Include="SendGridPlus" Version="4.1.0" />
paket add SendGridPlus --version 4.1.0
#r "nuget: SendGridPlus, 4.1.0"
// 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 | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
.NETFramework 4.0
- Microsoft.Net.Http (>= 2.2.20)
- Newtonsoft.Json (>= 6.0.3)
- SendGrid.SmtpApiPlus (>= 1.0.1)
-
.NETFramework 4.5
- Microsoft.Net.Http (>= 2.2.20)
- Newtonsoft.Json (>= 6.0.3)
- SendGrid.SmtpApiPlus (>= 1.0.1)
-
Portable Class Library (MonoAndroid 0.0, MonoTouch 0.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- Microsoft.Net.Http (>= 2.2.20)
- Newtonsoft.Json (>= 6.0.3)
- PCLStorage (>= 0.9.6)
- SendGrid.SmtpApiPlus (>= 1.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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.