summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/nuget/Sendgrid.2.1.1.nuspec
blob: a6cc5f95133038a34f43d67b54a397f70f145300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Sendgrid</id>
    <version>2.1.1</version>
    <title>SendGrid</title>
    <authors>CJ Buchmann, Tyler Bischel, Eric Becking, Brandon West</authors>
    <owners>CJ Buchmann, Tyler Bischel, Eric Becking, Brandon West</owners>
    <licenseUrl>https://github.com/sendgrid/sendgrid-csharp/blob/master/MIT.LICENSE</licenseUrl>
    <projectUrl>https://github.com/sendgrid/sendgrid-csharp</projectUrl>
    <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>BREAKING CHANGE: Deprecates SMTP transport and adds dependency on smtpapi package for building headers.

For an example of how to continue using SMTP, see https://github.com/sendgrid/smtpapi-csharp</releaseNotes>
    <copyright>Copyright 2014</copyright>
    <tags>SendGrid Email Mail Microsoft Azure</tags>
    <dependencies>
      <dependency id="Microsoft.Net.Http" version="2.2.13" />
      <dependency id="Microsoft.Bcl.Async" version="1.0.16" />
      <dependency id="smtpapi" version="1.0.0" />
    </dependencies>
  </metadata>
</package>