From f0ef7149a8b2a44a2196b38f4999b1d2544711a4 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Thu, 20 Jul 2017 15:02:44 -0700 Subject: [PATCH] Version Bump v9.5.1: Issue #494: Repair bad pdb file --- CHANGELOG.md | 4 ++++ nuspec/{Sendgrid.9.5.0.nuspec => Sendgrid.9.5.1.nuspec} | 7 +++---- src/SendGrid/Properties/AssemblyInfo.cs | 2 +- src/SendGrid/SendGrid.csproj | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) rename nuspec/{Sendgrid.9.5.0.nuspec => Sendgrid.9.5.1.nuspec} (91%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6be24cb..ea031867b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [9.5.1] - 2017-7-20 +## Fix +- Issue #494: Repair bad pdb file + ## [9.5.0] - 2017-5-17 ## Update - PR #478: Disable Json.Net reference handling for SendGrid objects diff --git a/nuspec/Sendgrid.9.5.0.nuspec b/nuspec/Sendgrid.9.5.1.nuspec similarity index 91% rename from nuspec/Sendgrid.9.5.0.nuspec rename to nuspec/Sendgrid.9.5.1.nuspec index 3302dbd78..05d40cb47 100644 --- a/nuspec/Sendgrid.9.5.0.nuspec +++ b/nuspec/Sendgrid.9.5.1.nuspec @@ -2,7 +2,7 @@ Sendgrid - 9.5.0 + 9.5.1 SendGrid Elmer Thomas,SendGrid DX Team https://github.com/sendgrid/sendgrid-csharp/blob/master/MIT.LICENSE @@ -11,9 +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. - ## Update -- PR #478: Disable Json.Net reference handling for SendGrid objects -- Thanks to [sepptruetsch](https://github.com/sepptruetsch) for the PR! + ## Fix +- Issue #494: Repair bad pdb file 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 9f5ba6674..3e6b68285 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.5.0")] +[assembly: AssemblyInformationalVersion("9.5.1")] diff --git a/src/SendGrid/SendGrid.csproj b/src/SendGrid/SendGrid.csproj index cf3e3bf0f..27d121c58 100644 --- a/src/SendGrid/SendGrid.csproj +++ b/src/SendGrid/SendGrid.csproj @@ -1,7 +1,7 @@  - 9.4.1 + 9.5.1 netstandard1.3;net452 anycpu true