Releases: sendgrid/sendgrid-csharp
Releases · sendgrid/sendgrid-csharp
v9.0.12
Update
- Allow for empty strings to be passed in as text or html content in All of the MailHelpers
v9.0.11
Update
- Issue #399: Allow for empty strings to be passed in as text or html content in the MailHelper
- Thanks to @Angry-Leprechaun for the heads up!
v9.0.10
v9.0.9
v9.0.8
Update
- Issue #394: Make 'stylecop' a development dependency
- Thanks to @onionhammer for the heads up!
v9.0.7
BREAKING CHANGE
- Support for .NET Standard 1.3
- Removed dynamic dependencies
- Updated Mail Helper
- For migration from v8
v8.0.5
Updated
- Pull #246: Code simplification
- The Mail Helper was refactored
- Thanks to Maxim!
v8.0.4
Added
- Table of Contents in the README
- Added a USE_CASES.md section, with the first use case example for transactional templates
v8.0.3
Fixed
- Issue #297: Don't Include Empty Objects in JSON Request Body
- If you clear out the values of the to, bcc or cc lists in the personalization objects, they will no longer be included in the JSON request body
v8.0.2
Fixed
- Issue #273: Disable (or set) tracking
- Now, settings set to false will generate the correct JSON
- Big thanks to Pontus Öwre for the pull!