Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

43 lines (34 loc) · 1.6 KB

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[3.0.0] - 2016-07-22

BREAKING CHANGE

  • While your code may continue to work as before, the async behavior has changed, as we don't block on .Result anymore
  • Fixes issue #259 in the sendgrid-csharp library
  • Updated examples and README to demonstrate await usage

[2.0.7] - 2016-07-19

Added

[2.0.6] - 2016-07-18

Added

  • Sign assembly with a strong name

[2.0.5] - 2016-07-14

Fixed

  • Solves issue #7
  • Solves issue #256 in the SendGrid C# Client
  • Do not try to encode the JSON request payload by replacing single quotes with double quotes
  • Updated examples and README to use JSON.NET to encode the payload
  • Thanks to Gunnar Liljas for helping identify the issue!

[2.0.2] - 2016-06-16

Added

[2.0.1] - 2016-06-03

Added

  • Sign assembly with a strong name

[2.0.0] - 2016-06-03

Changed

  • Made the Response variables non-redundant. e.g. response.ResponseBody becomes response.Body

[1.0.2] - 2016-03-17

Added

  • We are live!