File tree 4 files changed +12
-6
lines changed
4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
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
+
4
10
## [ 8.0.1] - 2016-07-25 ##
5
11
### Added
6
12
- [ Troubleshooting] ( https://github.com/sendgrid/sendgrid-csharp/blob/master/TROUBLESHOOTING.md ) section
Original file line number Diff line number Diff line change 35
35
// by using the '*' as shown below:
36
36
// [assembly: AssemblyVersion("1.0.*")]
37
37
38
- [ assembly: AssemblyVersion ( "8.0.1 " ) ]
39
- [ assembly: AssemblyFileVersion ( "8.0.1 " ) ]
38
+ [ assembly: AssemblyVersion ( "8.0.2 " ) ]
39
+ [ assembly: AssemblyFileVersion ( "8.0.2 " ) ]
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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 " ) ]
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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 " ) ]
You can’t perform that action at this time.
0 commit comments