From 70d5d73407a5652d2175e21e28ce24794d621bbc Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Tue, 19 Jul 2016 13:19:08 -0700 Subject: [PATCH] Version Bump v7.1.0: WebProxy Support --- CHANGELOG.md | 6 ++++++ SendGrid/Example/Properties/AssemblyInfo.cs | 4 ++-- SendGrid/SendGrid/Properties/AssemblyInfo.cs | 4 ++-- SendGrid/SendGrid/SendGrid.csproj | 4 ++-- SendGrid/SendGrid/packages.config | 2 +- SendGrid/UnitTest/Properties/AssemblyInfo.cs | 4 ++-- 6 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0cd091ac..fef7a7e64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. + +## [7.1.0] - 2016-07-19 +### Added +- Update [csharp-http-client](https://github.com/sendgrid/csharp-http-client) dependency to [support setting a WebProxy](https://github.com/sendgrid/csharp-http-client/releases/tag/v2.0.7) + ## [7.0.7] - 2016-07-18 +### Fixed - Fix for [issue #256](https://github.com/sendgrid/sendgrid-csharp/issues/256): SendGrid v3 and HTML emails - Creates bad Json - Updated dependency to SendGrid.Csharp.HTTP.Client to 2.0.6 - Updated dependency to JSON.NET to 9.0.1 in the Example and SendGrid projects diff --git a/SendGrid/Example/Properties/AssemblyInfo.cs b/SendGrid/Example/Properties/AssemblyInfo.cs index 4ac1bfa43..70377e51f 100644 --- a/SendGrid/Example/Properties/AssemblyInfo.cs +++ b/SendGrid/Example/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("7.0.7")] -[assembly: AssemblyFileVersion("7.0.7")] \ No newline at end of file +[assembly: AssemblyVersion("7.1.0")] +[assembly: AssemblyFileVersion("7.1.0")] \ No newline at end of file diff --git a/SendGrid/SendGrid/Properties/AssemblyInfo.cs b/SendGrid/SendGrid/Properties/AssemblyInfo.cs index 4ea75e061..7137b9b27 100644 --- a/SendGrid/SendGrid/Properties/AssemblyInfo.cs +++ b/SendGrid/SendGrid/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("7.0.7")] -[assembly: AssemblyFileVersion("7.0.7")] +[assembly: AssemblyVersion("7.1.0")] +[assembly: AssemblyFileVersion("7.1.0")] diff --git a/SendGrid/SendGrid/SendGrid.csproj b/SendGrid/SendGrid/SendGrid.csproj index a6913669b..ed2c6c16a 100644 --- a/SendGrid/SendGrid/SendGrid.csproj +++ b/SendGrid/SendGrid/SendGrid.csproj @@ -47,8 +47,8 @@ ..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll True - - ..\packages\SendGrid.CSharp.HTTP.Client.2.0.6\lib\SendGrid.CSharp.HTTP.Client.dll + + ..\packages\SendGrid.CSharp.HTTP.Client.2.0.7\lib\SendGrid.CSharp.HTTP.Client.dll True diff --git a/SendGrid/SendGrid/packages.config b/SendGrid/SendGrid/packages.config index 2ce6d8ff3..10776c8c5 100644 --- a/SendGrid/SendGrid/packages.config +++ b/SendGrid/SendGrid/packages.config @@ -2,5 +2,5 @@ - + \ No newline at end of file diff --git a/SendGrid/UnitTest/Properties/AssemblyInfo.cs b/SendGrid/UnitTest/Properties/AssemblyInfo.cs index 3786e3da2..5a4ab1126 100644 --- a/SendGrid/UnitTest/Properties/AssemblyInfo.cs +++ b/SendGrid/UnitTest/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("7.0.7")] -[assembly: AssemblyFileVersion("7.0.7")] +[assembly: AssemblyVersion("7.1.0")] +[assembly: AssemblyFileVersion("7.1.0")]