Skip to content

Releases: sendgrid/sendgrid-csharp

v9.0.12

18 Feb 06:00
Compare
Choose a tag to compare

Update

  • Allow for empty strings to be passed in as text or html content in All of the MailHelpers

v9.0.11

18 Feb 04:53
Compare
Choose a tag to compare

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

17 Feb 00:09
Compare
Choose a tag to compare

Fix

  • Issue #395: Remove dependency for Microsoft.AspNetCore.Http.Abstractions in .NET 4
  • Thanks to @Hinni for the heads up!

v9.0.9

15 Feb 19:47
Compare
Choose a tag to compare

Fix

  • Issue #396: Make 'stylecop' a development dependency
  • Thanks to @knopa for the heads up!

v9.0.8

14 Feb 21:12
Compare
Choose a tag to compare

Update

  • Issue #394: Make 'stylecop' a development dependency
  • Thanks to @onionhammer for the heads up!

v9.0.7

14 Feb 12:07
Compare
Choose a tag to compare

BREAKING CHANGE

v8.0.5

27 Sep 18:40
Compare
Choose a tag to compare

Updated

v8.0.4

24 Aug 18:10
Compare
Choose a tag to compare

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

17 Aug 23:05
Compare
Choose a tag to compare

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

01 Aug 19:30
Compare
Choose a tag to compare

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!