From cfdc3755373979d22c691af039521ee229b1d28a Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Wed, 15 Feb 2017 11:46:12 -0800 Subject: [PATCH] Version Bump v9.0.0: PR #396 - Fix MailHelper null issue --- CHANGELOG.md | 8 +++++++- ...dgrid.9.0.8.nuspec => Sendgrid.9.0.9.nuspec} | 17 +++++++++-------- src/SendGrid/Properties/AssemblyInfo.cs | 2 +- src/SendGrid/project.json | 2 +- 4 files changed, 18 insertions(+), 11 deletions(-) rename nuspec/{Sendgrid.9.0.8.nuspec => Sendgrid.9.0.9.nuspec} (66%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 090a30453..db35cc928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ # Change Log All notable changes to this project will be documented in this file. +## [9.0.9] - 2017-02-15 ## +## Fix +- Issue #396: Make 'stylecop' a development dependency +- Thanks to [@knopa](https://github.com/knopa) for the heads up! + ## [9.0.8] - 2017-02-14 ## ## Update -- Issue #394: Make 'stylecop' a development dependency +- Issue #394: Issue with CreateSingleEmail +- You can now have either a null plain/text or plain/html type in the MailHelper - Thanks to [@onionhammer](https://github.com/onionhammer) for the heads up! ## [9.0.7] - 2017-02-14 ## diff --git a/nuspec/Sendgrid.9.0.8.nuspec b/nuspec/Sendgrid.9.0.9.nuspec similarity index 66% rename from nuspec/Sendgrid.9.0.8.nuspec rename to nuspec/Sendgrid.9.0.9.nuspec index 5ba33db36..aa7b5b695 100644 --- a/nuspec/Sendgrid.9.0.8.nuspec +++ b/nuspec/Sendgrid.9.0.9.nuspec @@ -2,7 +2,7 @@ Sendgrid - 9.0.8 + 9.0.9 SendGrid Elmer Thomas https://github.com/sendgrid/sendgrid-csharp/blob/master/MIT.LICENSE @@ -11,7 +11,8 @@ false C# client library and examples for using SendGrid API's to send mail and access Web API v3 endpoints. Github repo located at : https://github.com/sendgrid/sendgrid-csharp C# client library and examples for using SendGrid API's to send mail and access Web API v3 endpoints. - Moved StyleCop to be a development dependency + - Issue #396: Make 'stylecop' a development dependency +- Thanks to [@knopa](https://github.com/knopa) for the heads up! Copyright 2017 SendGrid Email Mail Microsoft Azure Transactional @@ -27,11 +28,11 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/src/SendGrid/Properties/AssemblyInfo.cs b/src/SendGrid/Properties/AssemblyInfo.cs index d1e91f05b..40120d128 100644 --- a/src/SendGrid/Properties/AssemblyInfo.cs +++ b/src/SendGrid/Properties/AssemblyInfo.cs @@ -22,4 +22,4 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("377c20e4-2297-488f-933b-fb635c56d8fc")] -[assembly: AssemblyInformationalVersion("9.0.8")] +[assembly: AssemblyInformationalVersion("9.0.9")] diff --git a/src/SendGrid/project.json b/src/SendGrid/project.json index ee6e78a24..1754d56a6 100644 --- a/src/SendGrid/project.json +++ b/src/SendGrid/project.json @@ -46,5 +46,5 @@ } } }, - "version": "9.0.8" + "version": "9.0.9" }