diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-28 08:54:16 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-28 08:54:16 -0700 |
commit | 7cc4cb6d481a8155969a72728942c658668b8fc8 (patch) | |
tree | 4a98ff4e52ac7fb64ae0aa26ab4349825b2dd365 /SendGrid/Example/Properties/AssemblyInfo.cs | |
parent | 7a2c7cdb83ba5fe09e9446fc60d53d7b95b33944 (diff) | |
download | sendgrid-csharp-7cc4cb6d481a8155969a72728942c658668b8fc8.zip sendgrid-csharp-7cc4cb6d481a8155969a72728942c658668b8fc8.tar.gz sendgrid-csharp-7cc4cb6d481a8155969a72728942c658668b8fc8.tar.bz2 |
Version Bump v7.03: 232 Send mail fails with BadRequest when apostrophe used in sender name
Diffstat (limited to 'SendGrid/Example/Properties/AssemblyInfo.cs')
-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 85fa574..9fd48e3 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.2")]
-[assembly: AssemblyFileVersion("7.0.2")]
\ No newline at end of file +[assembly: AssemblyVersion("7.0.3")]
+[assembly: AssemblyFileVersion("7.0.3")]
\ No newline at end of file |