diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-08-01 12:29:20 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-08-01 12:29:20 -0700 |
commit | 284a883e1e954deb8fba3b7c47f9a52bfa005226 (patch) | |
tree | fe39e6f8ea508e33ac50aab9a0aab16c8343c42b /SendGrid/Example | |
parent | ea540a4fe78c880e5e92323f8533f192c08c4ce1 (diff) | |
download | sendgrid-csharp-284a883e1e954deb8fba3b7c47f9a52bfa005226.zip sendgrid-csharp-284a883e1e954deb8fba3b7c47f9a52bfa005226.tar.gz sendgrid-csharp-284a883e1e954deb8fba3b7c47f9a52bfa005226.tar.bz2 |
Version Bump v8.0.2: Fix Issue #273v8.0.2
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 dd5cc3f..a6e27bb 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.1")]
-[assembly: AssemblyFileVersion("8.0.1")]
+[assembly: AssemblyVersion("8.0.2")]
+[assembly: AssemblyFileVersion("8.0.2")]
|