summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-07-08 13:23:57 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-07-08 13:23:57 -0700
commitf56bb50c85df2e5347a27c204468901aca37bd15 (patch)
tree93501206d8d1fdbf38fc5634f49f25b2a97a180d
parent3160acc0fc55dfc6c9b925e6d9c5003df1086566 (diff)
downloadsendgrid-csharp-f56bb50c85df2e5347a27c204468901aca37bd15.zip
sendgrid-csharp-f56bb50c85df2e5347a27c204468901aca37bd15.tar.gz
sendgrid-csharp-f56bb50c85df2e5347a27c204468901aca37bd15.tar.bz2
Version Bump v7.0.5: Tests now mocked automatically against prismv7.0.5
-rw-r--r--CHANGELOG.md4
-rw-r--r--SendGrid/Example/Properties/AssemblyInfo.cs4
-rw-r--r--SendGrid/SendGrid/Properties/AssemblyInfo.cs4
-rw-r--r--SendGrid/UnitTest/Properties/AssemblyInfo.cs4
4 files changed, 10 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9644f3b..a5de7b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [7.0.5] - 2016-07-08
+### Added
+- Tests now mocked automatically against [prism](https://stoplight.io/prism/)
+
## [7.0.4] - 2016-07-05
### Added
- Accept: application/json header per https://sendgrid.com/docs/API_Reference/Web_API_v3/How_To_Use_The_Web_API_v3/requests.html
diff --git a/SendGrid/Example/Properties/AssemblyInfo.cs b/SendGrid/Example/Properties/AssemblyInfo.cs
index f240895..ef92cf2 100644
--- a/SendGrid/Example/Properties/AssemblyInfo.cs
+++ b/SendGrid/Example/Properties/AssemblyInfo.cs
@@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("7.0.4")]
-[assembly: AssemblyFileVersion("7.0.4")] \ No newline at end of file
+[assembly: AssemblyVersion("7.0.5")]
+[assembly: AssemblyFileVersion("7.0.5")] \ No newline at end of file
diff --git a/SendGrid/SendGrid/Properties/AssemblyInfo.cs b/SendGrid/SendGrid/Properties/AssemblyInfo.cs
index 30b3ace..11fd498 100644
--- a/SendGrid/SendGrid/Properties/AssemblyInfo.cs
+++ b/SendGrid/SendGrid/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("7.0.4")]
-[assembly: AssemblyFileVersion("7.0.4")]
+[assembly: AssemblyVersion("7.0.5")]
+[assembly: AssemblyFileVersion("7.0.5")]
diff --git a/SendGrid/UnitTest/Properties/AssemblyInfo.cs b/SendGrid/UnitTest/Properties/AssemblyInfo.cs
index 2e27b25..5257d49 100644
--- a/SendGrid/UnitTest/Properties/AssemblyInfo.cs
+++ b/SendGrid/UnitTest/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("7.0.4")]
-[assembly: AssemblyFileVersion("7.0.4")]
+[assembly: AssemblyVersion("7.0.5")]
+[assembly: AssemblyFileVersion("7.0.5")]