Skip to content

Commit ac88fdb

Browse files
Version Bump v8.0.1: Added Troubleshooting section
1 parent 94c1930 commit ac88fdb

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

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

4+
## [8.0.1] - 2016-07-25 ##
5+
### Added
6+
- [Troubleshooting](https://github.com/sendgrid/sendgrid-csharp/blob/master/TROUBLESHOOTING.md) section
7+
48
## [8.0.0] - 2016-07-22 ##
59
## BREAKING CHANGE
610
- updated dependency on [SendGrid.CSharp.HTTP.Client](https://github.com/sendgrid/csharp-http-client/releases/tag/v3.0.0), which had a breaking change

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.0")]
39-
[assembly: AssemblyFileVersion("8.0.0")]
38+
[assembly: AssemblyVersion("8.0.1")]
39+
[assembly: AssemblyFileVersion("8.0.1")]

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.0")]
36-
[assembly: AssemblyFileVersion("8.0.0")]
35+
[assembly: AssemblyVersion("8.0.1")]
36+
[assembly: AssemblyFileVersion("8.0.1")]

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.0")]
36-
[assembly: AssemblyFileVersion("8.0.0")]
35+
[assembly: AssemblyVersion("8.0.1")]
36+
[assembly: AssemblyFileVersion("8.0.1")]

0 commit comments

Comments
 (0)