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 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 7.0.5] - 2016-07-08
5
+ ### Added
6
+ - Tests now mocked automatically against [ prism] ( https://stoplight.io/prism/ )
7
+
4
8
## [ 7.0.4] - 2016-07-05
5
9
### Added
6
10
- Accept: application/json header per https://sendgrid.com/docs/API_Reference/Web_API_v3/How_To_Use_The_Web_API_v3/requests.html
Original file line number Diff line number Diff line change 35
35
// by using the '*' as shown below:
36
36
// [assembly: AssemblyVersion("1.0.*")]
37
37
38
- [ assembly: AssemblyVersion ( "7.0.4 " ) ]
39
- [ assembly: AssemblyFileVersion ( "7.0.4 " ) ]
38
+ [ assembly: AssemblyVersion ( "7.0.5 " ) ]
39
+ [ assembly: AssemblyFileVersion ( "7.0.5 " ) ]
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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 " ) ]
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [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 " ) ]
You can’t perform that action at this time.
0 commit comments