diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-25 22:11:33 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-25 22:11:33 -0700 |
commit | ac88fdbcb562e648800a740522f36bab05f66ae8 (patch) | |
tree | b66ac38aef0da02ee90b7a1ee736a90bd153875a | |
parent | 94c19301e26a070d1c8a7fd44018b7a758c07701 (diff) | |
download | sendgrid-csharp-ac88fdbcb562e648800a740522f36bab05f66ae8.zip sendgrid-csharp-ac88fdbcb562e648800a740522f36bab05f66ae8.tar.gz sendgrid-csharp-ac88fdbcb562e648800a740522f36bab05f66ae8.tar.bz2 |
Version Bump v8.0.1: Added Troubleshooting sectionv8.0.1
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | SendGrid/Example/Properties/AssemblyInfo.cs | 4 | ||||
-rw-r--r-- | SendGrid/SendGrid/Properties/AssemblyInfo.cs | 4 | ||||
-rw-r--r-- | SendGrid/UnitTest/Properties/AssemblyInfo.cs | 4 |
4 files changed, 10 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cced82b..896e137 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 854ebb0..dd5cc3f 100644 --- a/SendGrid/Example/Properties/AssemblyInfo.cs +++ b/SendGrid/Example/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using System.Runtime.InteropServices; // 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 60b7412..dc58e2d 100644 --- a/SendGrid/SendGrid/Properties/AssemblyInfo.cs +++ b/SendGrid/SendGrid/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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 3832b45..7dff1a7 100644 --- a/SendGrid/UnitTest/Properties/AssemblyInfo.cs +++ b/SendGrid/UnitTest/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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")] |