diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-15 13:30:31 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-15 13:30:31 -0700 |
commit | e9dfa87619976abcd9cb21c8bef4280af0ff820b (patch) | |
tree | 4f33ae874de6a287bba67a2624ee4e13d5815308 /SendGrid/Example | |
parent | 1e2111f09142552d7dde4e18f116835dec91ed86 (diff) | |
download | sendgrid-csharp-e9dfa87619976abcd9cb21c8bef4280af0ff820b.zip sendgrid-csharp-e9dfa87619976abcd9cb21c8bef4280af0ff820b.tar.gz sendgrid-csharp-e9dfa87619976abcd9cb21c8bef4280af0ff820b.tar.bz2 |
Version Bump v7.0.1: Fix hard coded subject in mail helper
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 8c0cc2a..767194e 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.0")]
-[assembly: AssemblyFileVersion("7.0.0")]
\ No newline at end of file +[assembly: AssemblyVersion("7.0.1")]
+[assembly: AssemblyFileVersion("7.0.1")]
\ No newline at end of file |