Skip to content

Commit 284a883

Browse files
Version Bump v8.0.2: Fix Issue #273
1 parent ea540a4 commit 284a883

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [8.0.2] - 2016-08-01 ##
5+
## Fixed
6+
- [Issue #273](https://github.com/sendgrid/sendgrid-csharp/issues/273): Disable (or set) tracking
7+
- Now, settings set to false will generate the correct JSON
8+
- Big thanks to [Pontus Öwre](https://github.com/owre) for the pull!
9+
410
## [8.0.1] - 2016-07-25 ##
511
### Added
612
- [Troubleshooting](https://github.com/sendgrid/sendgrid-csharp/blob/master/TROUBLESHOOTING.md) section

SendGrid/Example/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
3737

38-
[assembly: AssemblyVersion("8.0.1")]
39-
[assembly: AssemblyFileVersion("8.0.1")]
38+
[assembly: AssemblyVersion("8.0.2")]
39+
[assembly: AssemblyFileVersion("8.0.2")]

SendGrid/SendGrid/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.0.1")]
36-
[assembly: AssemblyFileVersion("8.0.1")]
35+
[assembly: AssemblyVersion("8.0.2")]
36+
[assembly: AssemblyFileVersion("8.0.2")]

SendGrid/UnitTest/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.0.1")]
36-
[assembly: AssemblyFileVersion("8.0.1")]
35+
[assembly: AssemblyVersion("8.0.2")]
36+
[assembly: AssemblyFileVersion("8.0.2")]

0 commit comments

Comments
 (0)