diff options
author | Brandon West <brawest@gmail.com> | 2013-07-27 14:22:20 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2013-07-29 09:28:31 -0600 |
commit | ab511dceb19812cec667f20f231785f3ff368aaa (patch) | |
tree | f79010261d254fb88d7b5a511fe8e8ba2d1d1519 /SendGrid/SendGridMail/Properties/AssemblyInfo.cs | |
parent | f393541e698c2fc88eea40916987669de4a7d553 (diff) | |
download | sendgrid-csharp-ab511dceb19812cec667f20f231785f3ff368aaa.zip sendgrid-csharp-ab511dceb19812cec667f20f231785f3ff368aaa.tar.gz sendgrid-csharp-ab511dceb19812cec667f20f231785f3ff368aaa.tar.bz2 |
add nuspec and nupkg
Diffstat (limited to 'SendGrid/SendGridMail/Properties/AssemblyInfo.cs')
-rw-r--r-- | SendGrid/SendGridMail/Properties/AssemblyInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs index 09e991e..ccfa81e 100644 --- a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs +++ b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SendGrid")]
[assembly: AssemblyProduct("SendGridMail")]
-[assembly: AssemblyCopyright("Copyright © 2012")]
+[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -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("1.2.0.0")]
-[assembly: AssemblyFileVersion("1.2.0.0")]
+[assembly: AssemblyVersion("2.0.0.0")]
+[assembly: AssemblyFileVersion("2.0.0.0")]
|