diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d7d1ac78..483934908 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.6.1] - 2017-08-03 +## Fixed +- Fix for issue #501: Could not load file or assembly 'Polly, Version=5.2.0.0, Culture=neutral, PublicKeyToken=null' +- The dependency for Polly has been corrected + ## [9.6.0] - 2017-08-02 ## Added - Pull #497: Transient Fault Handling diff --git a/nuspec/Sendgrid.9.6.0.nuspec b/nuspec/Sendgrid.9.6.1.nuspec similarity index 86% rename from nuspec/Sendgrid.9.6.0.nuspec rename to nuspec/Sendgrid.9.6.1.nuspec index 1bd206ce2..3d25b1397 100644 --- a/nuspec/Sendgrid.9.6.0.nuspec +++ b/nuspec/Sendgrid.9.6.1.nuspec @@ -2,7 +2,7 @@ Sendgrid - 9.6.0 + 9.6.1 SendGrid Elmer Thomas,SendGrid DX Team https://github.com/sendgrid/sendgrid-csharp/blob/master/MIT.LICENSE @@ -11,20 +11,22 @@ 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. - ## Added -- Pull #497: Transient Fault Handling -- Thanks to [Dylan Morley](https://github.com/dylan-asos) for the PR! + ## Fixed +- Fix for issue #501: Could not load file or assembly 'Polly, Version=5.2.0.0, Culture=neutral, PublicKeyToken=null' +- The dependency for Polly has been corrected 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 13425ba6c..f18361ecd 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.6.0")] +[assembly: AssemblyInformationalVersion("9.6.1")] diff --git a/src/SendGrid/SendGrid.csproj b/src/SendGrid/SendGrid.csproj index a37243598..a68019fe8 100644 --- a/src/SendGrid/SendGrid.csproj +++ b/src/SendGrid/SendGrid.csproj @@ -1,7 +1,7 @@  - 9.6.0 + 9.6.1 netstandard1.3;net452 anycpu true @@ -20,7 +20,7 @@ - + All