From ac88fdbcb562e648800a740522f36bab05f66ae8 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Mon, 25 Jul 2016 22:11:33 -0700 Subject: [PATCH] Version Bump v8.0.1: Added Troubleshooting section --- CHANGELOG.md | 4 ++++ SendGrid/Example/Properties/AssemblyInfo.cs | 4 ++-- SendGrid/SendGrid/Properties/AssemblyInfo.cs | 4 ++-- SendGrid/UnitTest/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cced82bd0..896e137d8 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. +## [8.0.1] - 2016-07-25 ## +### Added +- [Troubleshooting](https://github.com/sendgrid/sendgrid-csharp/blob/master/TROUBLESHOOTING.md) section + ## [8.0.0] - 2016-07-22 ## ## BREAKING CHANGE - updated dependency on [SendGrid.CSharp.HTTP.Client](https://github.com/sendgrid/csharp-http-client/releases/tag/v3.0.0), which had a breaking change diff --git a/SendGrid/Example/Properties/AssemblyInfo.cs b/SendGrid/Example/Properties/AssemblyInfo.cs index 854ebb040..dd5cc3fc6 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("8.0.0")] -[assembly: AssemblyFileVersion("8.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("8.0.1")] +[assembly: AssemblyFileVersion("8.0.1")] diff --git a/SendGrid/SendGrid/Properties/AssemblyInfo.cs b/SendGrid/SendGrid/Properties/AssemblyInfo.cs index 60b7412c3..dc58e2d27 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("8.0.0")] -[assembly: AssemblyFileVersion("8.0.0")] +[assembly: AssemblyVersion("8.0.1")] +[assembly: AssemblyFileVersion("8.0.1")] diff --git a/SendGrid/UnitTest/Properties/AssemblyInfo.cs b/SendGrid/UnitTest/Properties/AssemblyInfo.cs index 3832b45b6..7dff1a799 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("8.0.0")] -[assembly: AssemblyFileVersion("8.0.0")] +[assembly: AssemblyVersion("8.0.1")] +[assembly: AssemblyFileVersion("8.0.1")]