From 284a883e1e954deb8fba3b7c47f9a52bfa005226 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Mon, 1 Aug 2016 12:29:20 -0700 Subject: [PATCH] Version Bump v8.0.2: Fix Issue #273 --- CHANGELOG.md | 6 ++++++ SendGrid/Example/Properties/AssemblyInfo.cs | 4 ++-- SendGrid/SendGrid/Properties/AssemblyInfo.cs | 4 ++-- SendGrid/UnitTest/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 896e137d8..25c768f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. +## [8.0.2] - 2016-08-01 ## +## Fixed +- [Issue #273](https://github.com/sendgrid/sendgrid-csharp/issues/273): Disable (or set) tracking +- Now, settings set to false will generate the correct JSON +- Big thanks to [Pontus Öwre](https://github.com/owre) for the pull! + ## [8.0.1] - 2016-07-25 ## ### Added - [Troubleshooting](https://github.com/sendgrid/sendgrid-csharp/blob/master/TROUBLESHOOTING.md) section diff --git a/SendGrid/Example/Properties/AssemblyInfo.cs b/SendGrid/Example/Properties/AssemblyInfo.cs index dd5cc3fc6..a6e27bbb7 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.1")] -[assembly: AssemblyFileVersion("8.0.1")] +[assembly: AssemblyVersion("8.0.2")] +[assembly: AssemblyFileVersion("8.0.2")] diff --git a/SendGrid/SendGrid/Properties/AssemblyInfo.cs b/SendGrid/SendGrid/Properties/AssemblyInfo.cs index dc58e2d27..631b1fe7d 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.1")] -[assembly: AssemblyFileVersion("8.0.1")] +[assembly: AssemblyVersion("8.0.2")] +[assembly: AssemblyFileVersion("8.0.2")] diff --git a/SendGrid/UnitTest/Properties/AssemblyInfo.cs b/SendGrid/UnitTest/Properties/AssemblyInfo.cs index 7dff1a799..6be7e0438 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.1")] -[assembly: AssemblyFileVersion("8.0.1")] +[assembly: AssemblyVersion("8.0.2")] +[assembly: AssemblyFileVersion("8.0.2")]