summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCJ Buchmann <cj.buchmann@sendgrid.com>2012-01-17 10:51:20 -0800
committerCJ Buchmann <cj.buchmann@sendgrid.com>2012-01-17 10:51:20 -0800
commitcc9ec168b75ef7ac492996c7d24eeb1177b02476 (patch)
treed40046709b367eb469c935d0c60795b9ec1ca42d
parent85265f48de06629ff7307d642ce765e7b34843a1 (diff)
parent508b4ba7e540bd096e5ad4c4f1e9faca1ebedac9 (diff)
downloadsendgrid-csharp-cc9ec168b75ef7ac492996c7d24eeb1177b02476.zip
sendgrid-csharp-cc9ec168b75ef7ac492996c7d24eeb1177b02476.tar.gz
sendgrid-csharp-cc9ec168b75ef7ac492996c7d24eeb1177b02476.tar.bz2
Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp
-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