Skip to content

Commit

Permalink
Version Bump v8.0.3: Fix sendgrid#297
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious authored and Maxim Dubrovkin committed Sep 20, 2016
1 parent e9afcc5 commit 27840f1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [8.0.3] - 2016-08-17 ##
## Fixed
- [Issue #297](https://github.com/sendgrid/sendgrid-csharp/issues/297): Don't Include Empty Objects in JSON Request Body
- If you clear out the values of the to, bcc or cc lists in the personalization objects, they will no longer be included in the JSON request body

## [8.0.2] - 2016-08-01 ##
## Fixed
- [Issue #273](https://github.com/sendgrid/sendgrid-csharp/issues/273): Disable (or set) tracking
Expand Down
4 changes: 2 additions & 2 deletions SendGrid/Example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("8.0.2")]
[assembly: AssemblyFileVersion("8.0.2")]
[assembly: AssemblyVersion("8.0.3")]
[assembly: AssemblyFileVersion("8.0.3")]
4 changes: 2 additions & 2 deletions SendGrid/SendGrid/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")]
[assembly: AssemblyFileVersion("8.0.2")]
[assembly: AssemblyVersion("8.0.3")]
[assembly: AssemblyFileVersion("8.0.3")]
4 changes: 2 additions & 2 deletions SendGrid/UnitTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")]
[assembly: AssemblyFileVersion("8.0.2")]
[assembly: AssemblyVersion("8.0.3")]
[assembly: AssemblyFileVersion("8.0.3")]

0 comments on commit 27840f1

Please sign in to comment.