From 1d122bafef27d940d49e0dc7df8a6c6df03e0f2f Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Mon, 20 Mar 2017 13:36:42 -0700 Subject: [PATCH] Version Bump v9.1.0: PR #405: Reuse HTTP Client --- CHANGELOG.md | 5 +++++ nuspec/{Sendgrid.9.0.12.nuspec => Sendgrid.9.1.0.nuspec} | 5 +++-- src/SendGrid/Properties/AssemblyInfo.cs | 2 +- src/SendGrid/project.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) rename nuspec/{Sendgrid.9.0.12.nuspec => Sendgrid.9.1.0.nuspec} (93%) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd67b3c9b..271aacce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +## [9.1.0] - 2017-03-20 +## Update +- PR #405: Reuse HTTP Client +- Thanks to [Jonny Bekkum](https://github.com/jonnybee) for the PR! + ## [9.0.12] - 2017-02-17 ## Update - Allow for empty strings to be passed in as text or html content in *All* of the MailHelpers diff --git a/nuspec/Sendgrid.9.0.12.nuspec b/nuspec/Sendgrid.9.1.0.nuspec similarity index 93% rename from nuspec/Sendgrid.9.0.12.nuspec rename to nuspec/Sendgrid.9.1.0.nuspec index 0420fd512..6a676ba3a 100644 --- a/nuspec/Sendgrid.9.0.12.nuspec +++ b/nuspec/Sendgrid.9.1.0.nuspec @@ -2,7 +2,7 @@ Sendgrid - 9.0.12 + 9.1.0 SendGrid Elmer Thomas,SendGrid DX Team 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 with .NET Standard 1.3 and .NET Core support. 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 with .NET Standard 1.3 and .NET Core support. - - Allow for empty strings to be passed in as text or html content in *All* of the MailHelpers + - PR #405: Reuse HTTP Client +- Thanks to [Jonny Bekkum](https://github.com/jonnybee) for the PR! SendGrid, Inc. 2017 SendGrid Email Mail Microsoft Azure Transactional .NET Core diff --git a/src/SendGrid/Properties/AssemblyInfo.cs b/src/SendGrid/Properties/AssemblyInfo.cs index ad5536386..9ae0b8ff1 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.12")] +[assembly: AssemblyInformationalVersion("9.1.0")] diff --git a/src/SendGrid/project.json b/src/SendGrid/project.json index 8daf5a310..fd4c58175 100644 --- a/src/SendGrid/project.json +++ b/src/SendGrid/project.json @@ -48,5 +48,5 @@ } } }, - "version": "9.0.12" + "version": "9.1.0" }