summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2013-07-28 16:14:44 -0600
committerBrandon West <brawest@gmail.com>2013-07-29 09:28:31 -0600
commit94be8fa5df2056cdb7dd70687363cef630c38318 (patch)
tree60dfd882f298ed382ef84f49a38d556d5b6d4c17 /SendGrid/SendGridMail/Properties/AssemblyInfo.cs
parent6e1292c0d75f79bc32e85c79c5870a8dc3cf21d1 (diff)
downloadsendgrid-csharp-94be8fa5df2056cdb7dd70687363cef630c38318.zip
sendgrid-csharp-94be8fa5df2056cdb7dd70687363cef630c38318.tar.gz
sendgrid-csharp-94be8fa5df2056cdb7dd70687363cef630c38318.tar.bz2
set things up for both .NET 4.0 and 4.5
Diffstat (limited to 'SendGrid/SendGridMail/Properties/AssemblyInfo.cs')
-rw-r--r--SendGrid/SendGridMail/Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs
index 647c78a..2b0670f 100644
--- a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs
+++ b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs
@@ -41,5 +41,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("2.0.2")]
-[assembly: AssemblyFileVersion("2.0.2")]
+[assembly: AssemblyVersion("2.0.3")]
+[assembly: AssemblyFileVersion("2.0.3")]