diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-08-24 11:09:39 -0700 |
---|---|---|
committer | Maxim Dubrovkin <maximdubrovkin@Maxims-MBP.Dlink> | 2016-09-20 20:13:45 +0500 |
commit | fa265a1e2638baa645885958431c1750992f9bdc (patch) | |
tree | e6af147f79c7710dbf7d3d6c2287613dd173879a /SendGrid/Example/Properties | |
parent | 158ebd4eb4b0003c96c65fe6551445d85050ffed (diff) | |
download | sendgrid-csharp-fa265a1e2638baa645885958431c1750992f9bdc.zip sendgrid-csharp-fa265a1e2638baa645885958431c1750992f9bdc.tar.gz sendgrid-csharp-fa265a1e2638baa645885958431c1750992f9bdc.tar.bz2 |
Version Bump v8.0.4: Added TOC to README, Added USE_CASES.md
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 6245e50..d380c76 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.3")]
-[assembly: AssemblyFileVersion("8.0.3")]
+[assembly: AssemblyVersion("8.0.4")]
+[assembly: AssemblyFileVersion("8.0.4")]
|