Skip to content

Commit 3a36fab

Browse files
Version Bump v8.0.4: Added TOC to README, Added USE_CASES.md
1 parent fc2d7d0 commit 3a36fab

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [8.0.4] - 2016-08-24 ##
5+
### Added
6+
- Table of Contents in the README
7+
- Added a [USE_CASES.md](https://github.com/sendgrid/sendgrid-csharp/blob/master/USE_CASES.md) section, with the first use case example for transactional templates
8+
49
## [8.0.3] - 2016-08-17 ##
510
## Fixed
611
- [Issue #297](https://github.com/sendgrid/sendgrid-csharp/issues/297): Don't Include Empty Objects in JSON Request Body

SendGrid/Example/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
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.3")]
39-
[assembly: AssemblyFileVersion("8.0.3")]
38+
[assembly: AssemblyVersion("8.0.4")]
39+
[assembly: AssemblyFileVersion("8.0.4")]

SendGrid/SendGrid/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
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.3")]
36-
[assembly: AssemblyFileVersion("8.0.3")]
35+
[assembly: AssemblyVersion("8.0.4")]
36+
[assembly: AssemblyFileVersion("8.0.4")]

SendGrid/UnitTest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
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.3")]
36-
[assembly: AssemblyFileVersion("8.0.3")]
35+
[assembly: AssemblyVersion("8.0.4")]
36+
[assembly: AssemblyFileVersion("8.0.4")]

0 commit comments

Comments
 (0)