summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMIT.LICENSE15
-rwxr-xr-xSendGrid/SendGridMail/Mail.nuspec4
-rwxr-xr-xSendGrid/SendGridMail/Sendgrid.1.0.1.nupkgbin0 -> 34727 bytes
3 files changed, 17 insertions, 2 deletions
diff --git a/MIT.LICENSE b/MIT.LICENSE
new file mode 100755
index 0000000..9928fbf
--- /dev/null
+++ b/MIT.LICENSE
@@ -0,0 +1,15 @@
+Copyright (c) 2011 SendGrid
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
+documentation files (the "Software"), to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of
+the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
+THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
diff --git a/SendGrid/SendGridMail/Mail.nuspec b/SendGrid/SendGridMail/Mail.nuspec
index 39d44bf..a59212a 100755
--- a/SendGrid/SendGridMail/Mail.nuspec
+++ b/SendGrid/SendGridMail/Mail.nuspec
@@ -2,13 +2,13 @@
<package >
<metadata>
<id>Sendgrid</id>
- <version>1.0.0</version>
+ <version>1.0.1</version>
<title>Sendgrid</title>
<authors>CJ Buchmann, Tyler Bischel, Eric Becking</authors>
<owners>Sendgrid</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
- <releaseNotes>Basic C# client library and examples for using Sendgrid API's to send mail</releaseNotes>
+ <releaseNotes>Basic C# client library and examples for using Sendgrid API's to send mail. Github repo located at : https://github.com/sendgrid/sendgrid-csharp</releaseNotes>
<copyright>Copyright 2012</copyright>
<tags>Sendgrid Email Mail Microsoft Azure</tags>
</metadata>
diff --git a/SendGrid/SendGridMail/Sendgrid.1.0.1.nupkg b/SendGrid/SendGridMail/Sendgrid.1.0.1.nupkg
new file mode 100755
index 0000000..5be51a1
--- /dev/null
+++ b/SendGrid/SendGridMail/Sendgrid.1.0.1.nupkg
Binary files differ