diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-28 08:54:16 -0700 |
---|---|---|
committer | Maxim Dubrovkin <maximdubrovkin@Maxims-MBP.Dlink> | 2016-09-20 19:56:40 +0500 |
commit | 37936c79ffdfe7702d9589832e89a1b9b1172140 (patch) | |
tree | 082106cf4ccf65937c138107a9c928a20065e002 /SendGrid/UnitTest | |
parent | ee45f0e66a5fcf6a9a335dba9c2ca9061bb589e1 (diff) | |
download | sendgrid-csharp-37936c79ffdfe7702d9589832e89a1b9b1172140.zip sendgrid-csharp-37936c79ffdfe7702d9589832e89a1b9b1172140.tar.gz sendgrid-csharp-37936c79ffdfe7702d9589832e89a1b9b1172140.tar.bz2 |
Version Bump v7.03: 232 Send mail fails with BadRequest when apostrophe used in sender name
Diffstat (limited to 'SendGrid/UnitTest')
-rw-r--r-- | SendGrid/UnitTest/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SendGrid/UnitTest/Properties/AssemblyInfo.cs b/SendGrid/UnitTest/Properties/AssemblyInfo.cs index f326720..78372ea 100644 --- a/SendGrid/UnitTest/Properties/AssemblyInfo.cs +++ b/SendGrid/UnitTest/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("7.0.2")] -[assembly: AssemblyFileVersion("7.0.2")] +[assembly: AssemblyVersion("7.0.3")] +[assembly: AssemblyFileVersion("7.0.3")] |