diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-18 14:23:39 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-18 14:23:39 -0700 |
commit | 068447df7fda47e02f89c3011e046d5bb7bfcac4 (patch) | |
tree | 5f895e98e3e748fa242bf774aec812e32895002a /SendGrid/Example/Properties | |
parent | e77fd46dd863f51cd5fb5786a50002968858379f (diff) | |
download | sendgrid-csharp-068447df7fda47e02f89c3011e046d5bb7bfcac4.zip sendgrid-csharp-068447df7fda47e02f89c3011e046d5bb7bfcac4.tar.gz sendgrid-csharp-068447df7fda47e02f89c3011e046d5bb7bfcac4.tar.bz2 |
Version Bump v7.0.7: Fix for #256v7.0.7
Diffstat (limited to 'SendGrid/Example/Properties')
-rw-r--r-- | SendGrid/Example/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SendGrid/Example/Properties/AssemblyInfo.cs b/SendGrid/Example/Properties/AssemblyInfo.cs index acda2b0..4ac1bfa 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.6")]
-[assembly: AssemblyFileVersion("7.0.6")]
\ No newline at end of file +[assembly: AssemblyVersion("7.0.7")]
+[assembly: AssemblyFileVersion("7.0.7")]
\ No newline at end of file |