Skip to content

Commit f56bb50

Browse files
Version Bump v7.0.5: Tests now mocked automatically against prism
1 parent 3160acc commit f56bb50

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+
## [7.0.5] - 2016-07-08
5+
### Added
6+
- Tests now mocked automatically against [prism](https://stoplight.io/prism/)
7+
48
## [7.0.4] - 2016-07-05
59
### Added
610
- Accept: application/json header per https://sendgrid.com/docs/API_Reference/Web_API_v3/How_To_Use_The_Web_API_v3/requests.html

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("7.0.4")]
39-
[assembly: AssemblyFileVersion("7.0.4")]
38+
[assembly: AssemblyVersion("7.0.5")]
39+
[assembly: AssemblyFileVersion("7.0.5")]

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("7.0.4")]
36-
[assembly: AssemblyFileVersion("7.0.4")]
35+
[assembly: AssemblyVersion("7.0.5")]
36+
[assembly: AssemblyFileVersion("7.0.5")]

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("7.0.4")]
36-
[assembly: AssemblyFileVersion("7.0.4")]
35+
[assembly: AssemblyVersion("7.0.5")]
36+
[assembly: AssemblyFileVersion("7.0.5")]

0 commit comments

Comments
 (0)