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 | |
parent | f393541e698c2fc88eea40916987669de4a7d553 (diff) | |
download | sendgrid-csharp-ab511dceb19812cec667f20f231785f3ff368aaa.zip sendgrid-csharp-ab511dceb19812cec667f20f231785f3ff368aaa.tar.gz sendgrid-csharp-ab511dceb19812cec667f20f231785f3ff368aaa.tar.bz2 |
add nuspec and nupkg
-rw-r--r--[-rwxr-xr-x] | SendGrid/SendGridMail/Mail.nuspec | 34 | ||||
-rw-r--r-- | SendGrid/SendGridMail/Properties/AssemblyInfo.cs | 6 | ||||
-rw-r--r-- | SendGrid/SendGridMail/SendGrid.1.1.1.nupkg | bin | 14723 -> 0 bytes | |||
-rw-r--r-- | SendGrid/SendGridMail/SendGrid.2.0.0.nupkg | bin | 0 -> 15481 bytes |
4 files changed, 20 insertions, 20 deletions
diff --git a/SendGrid/SendGridMail/Mail.nuspec b/SendGrid/SendGridMail/Mail.nuspec index 0611930..85f7061 100755..100644 --- a/SendGrid/SendGridMail/Mail.nuspec +++ b/SendGrid/SendGridMail/Mail.nuspec @@ -1,18 +1,18 @@ -<?xml version="1.0" encoding="utf-8"?> -<package > - <metadata> - <id>SendGrid</id> - <version>1.1.1</version> - <title>SendGrid</title> - <authors>CJ Buchmann, Tyler Bischel, Eric Becking, Brandon West</authors> - <owners>Sendgrid</owners> - <requireLicenseAcceptance>false</requireLicenseAcceptance> - <description>Basic C# client library and examples for using SendGrid API's to send mail. Github repo located at : https://github.com/sendgrid/sendgrid-csharp</description> - <releaseNotes>Removed CodeScales, now uses RestSharp</releaseNotes> - <copyright>Copyright 2013</copyright> - <tags>SendGrid Email Mail Microsoft Azure</tags> - <dependencies> - <dependency id="RestSharp" version="104.1" /> - </dependencies> - </metadata> +<?xml version="1.0" encoding="utf-8"?>
+<package >
+ <metadata>
+ <id>SendGrid</id>
+ <version>2.0.0</version>
+ <title>SendGrid</title>
+ <authors>CJ Buchmann, Tyler Bischel, Eric Becking, Brandon West</authors>
+ <owners>SendGrid</owners>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <description>Basic C# client library and examples for using SendGrid API's to send mail. Github repo located at : https://github.com/sendgrid/sendgrid-csharp</description>
+ <releaseNotes>Migrated to .NET 4.5 and System.Net.Http</releaseNotes>
+ <copyright>Copyright 2013</copyright>
+ <tags>SendGrid Email Mail Microsoft Azure</tags>
+ <dependencies>
+ <dependency id="System.Net.Http" version="2.0.20710.0" />
+ </dependencies>
+ </metadata>
</package>
\ No newline at end of file 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")]
diff --git a/SendGrid/SendGridMail/SendGrid.1.1.1.nupkg b/SendGrid/SendGridMail/SendGrid.1.1.1.nupkg Binary files differdeleted file mode 100644 index edb228f..0000000 --- a/SendGrid/SendGridMail/SendGrid.1.1.1.nupkg +++ /dev/null diff --git a/SendGrid/SendGridMail/SendGrid.2.0.0.nupkg b/SendGrid/SendGridMail/SendGrid.2.0.0.nupkg Binary files differnew file mode 100644 index 0000000..04a8d23 --- /dev/null +++ b/SendGrid/SendGridMail/SendGrid.2.0.0.nupkg |