File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All 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
Original file line number Diff line number Diff line change 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 " ) ]
Original file line number Diff line number Diff line change 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 " ) ]
Original file line number Diff line number Diff line change 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 " ) ]
You can’t perform that action at this time.
0 commit comments