diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-12 10:16:21 -0700 |
---|---|---|
committer | Maxim Dubrovkin <maximdubrovkin@Maxims-MBP.Dlink> | 2016-09-20 19:56:40 +0500 |
commit | fdba7f659d1d71736594a959a1f5fe53dc08aa71 (patch) | |
tree | 2ee9bdf6fedd49a7f1869400614b913f922159f3 /SendGrid/Example | |
parent | 9ffa034eb5b0fa0806c28bca0b62764534596be0 (diff) | |
download | sendgrid-csharp-fdba7f659d1d71736594a959a1f5fe53dc08aa71.zip sendgrid-csharp-fdba7f659d1d71736594a959a1f5fe53dc08aa71.tar.gz sendgrid-csharp-fdba7f659d1d71736594a959a1f5fe53dc08aa71.tar.bz2 |
Version Bump v7.0.6: Update docs, unit tests and examples to include Sender ID
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 ef92cf2..acda2b0 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.5")]
-[assembly: AssemblyFileVersion("7.0.5")]
\ No newline at end of file +[assembly: AssemblyVersion("7.0.6")]
+[assembly: AssemblyFileVersion("7.0.6")]
\ No newline at end of file |