File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-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+ ## [ 7.0.3] - 2016-06-28
5+ ### Fixed
6+ - Send mail fails with BadRequest when apostrophe used in sender name: https://github.com/sendgrid/sendgrid-csharp/issues/232
7+
48## [ 7.0.2] - 2016-06-16
59### Fixed
610- Async broken in library, causing deadlocks and responses not returning in non-console apps: https://github.com/sendgrid/sendgrid-csharp/issues/235
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 ( "7.0.2 " ) ]
39- [ assembly: AssemblyFileVersion ( "7.0.2 " ) ]
38+ [ assembly: AssemblyVersion ( "7.0.3 " ) ]
39+ [ assembly: AssemblyFileVersion ( "7.0.3 " ) ]
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 ( "7.0.2 " ) ]
36- [ assembly: AssemblyFileVersion ( "7.0.2 " ) ]
35+ [ assembly: AssemblyVersion ( "7.0.3 " ) ]
36+ [ assembly: AssemblyFileVersion ( "7.0.3 " ) ]
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 ( "7.0.2 " ) ]
36- [ assembly: AssemblyFileVersion ( "7.0.2 " ) ]
35+ [ assembly: AssemblyVersion ( "7.0.3 " ) ]
36+ [ assembly: AssemblyFileVersion ( "7.0.3 " ) ]
You can’t perform that action at this time.
0 commit comments