diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-08-17 16:04:42 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-08-17 16:04:51 -0700 |
commit | 8f7b752c1764d66da39559ff99479e9937143b43 (patch) | |
tree | 712a759f03de0bcf6abeaf759ab3e1803bdb71e9 /SendGrid/Example | |
parent | 7bdda78016d03d84c3a73fb58888ebc89d6dee40 (diff) | |
download | sendgrid-csharp-8f7b752c1764d66da39559ff99479e9937143b43.zip sendgrid-csharp-8f7b752c1764d66da39559ff99479e9937143b43.tar.gz sendgrid-csharp-8f7b752c1764d66da39559ff99479e9937143b43.tar.bz2 |
Version Bump v8.0.3: Fix #297v8.0.3
Diffstat (limited to 'SendGrid/Example')
-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 a6e27bb..6245e50 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("8.0.2")]
-[assembly: AssemblyFileVersion("8.0.2")]
+[assembly: AssemblyVersion("8.0.3")]
+[assembly: AssemblyFileVersion("8.0.3")]
|