diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-20 15:25:36 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-20 15:25:36 -0700 |
commit | 4c8297a18d636721f878de003a9fffcbb0c618d0 (patch) | |
tree | df0653d822cebcbd74aed60c5734ed786c62735c /SendGrid/Example/Properties/AssemblyInfo.cs | |
parent | 5c3f31e20e9ece7569637eabb8f85f0ccc5c1fba (diff) | |
download | sendgrid-csharp-7.1.1.zip sendgrid-csharp-7.1.1.tar.gz sendgrid-csharp-7.1.1.tar.bz2 |
Version Bump v7.1.1: Readme Documentation Improvementsv7.1.1
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 70377e5..6c1a8c0 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.1.0")]
-[assembly: AssemblyFileVersion("7.1.0")]
\ No newline at end of file +[assembly: AssemblyVersion("7.1.1")]
+[assembly: AssemblyFileVersion("7.1.1")]
\ No newline at end of file |