diff options
author | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-17 10:51:20 -0800 |
---|---|---|
committer | CJ Buchmann <cj.buchmann@sendgrid.com> | 2012-01-17 10:51:20 -0800 |
commit | f998f91603382c29f74007c34a71e6ec001011b5 (patch) | |
tree | 4997d3136c498dc3a71accd3cfcefe99ad3834ce | |
parent | e883d4c9d9f513b10e554718cf46f5b447960c94 (diff) | |
parent | 5d65af0ffd98cf7c55f85a8e434d97d9c5f6a08f (diff) | |
download | sendgrid-csharp-f998f91603382c29f74007c34a71e6ec001011b5.zip sendgrid-csharp-f998f91603382c29f74007c34a71e6ec001011b5.tar.gz sendgrid-csharp-f998f91603382c29f74007c34a71e6ec001011b5.tar.bz2 |
Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp
-rwxr-xr-x | MIT.LICENSE | 15 | ||||
-rwxr-xr-x | SendGrid/SendGridMail/Mail.nuspec | 4 | ||||
-rwxr-xr-x | SendGrid/SendGridMail/Sendgrid.1.0.1.nupkg | bin | 0 -> 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 Binary files differnew file mode 100755 index 0000000..5be51a1 --- /dev/null +++ b/SendGrid/SendGridMail/Sendgrid.1.0.1.nupkg |