diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-19 13:19:08 -0700 |
---|---|---|
committer | Maxim Dubrovkin <maximdubrovkin@Maxims-MBP.Dlink> | 2016-09-20 20:09:35 +0500 |
commit | 26e65a4524cb4787cddedb776d699ade7fcd0c53 (patch) | |
tree | f2058f906d4e7e9a98d94aa010ac4249b58c3ed8 /SendGrid/Example | |
parent | 555a1c94a0d1eb4186cd8ed55edb061d603de4e2 (diff) | |
download | sendgrid-csharp-26e65a4524cb4787cddedb776d699ade7fcd0c53.zip sendgrid-csharp-26e65a4524cb4787cddedb776d699ade7fcd0c53.tar.gz sendgrid-csharp-26e65a4524cb4787cddedb776d699ade7fcd0c53.tar.bz2 |
Version Bump v7.1.0: WebProxy Support
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 4ac1bfa..70377e5 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.7")]
-[assembly: AssemblyFileVersion("7.0.7")]
\ No newline at end of file +[assembly: AssemblyVersion("7.1.0")]
+[assembly: AssemblyFileVersion("7.1.0")]
\ No newline at end of file |