summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/nuget/Mail.nuspec
blob: 431f21d20f1c940677a2e374207e35d701a6cbf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<package >
  <metadata>
    <id>SendGrid</id>
    <version>2.0.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>Migrated to .NET 4.5 and System.Net.Http</releaseNotes>
    <copyright>Copyright 2013</copyright>
    <tags>SendGrid Email Mail Microsoft Azure</tags>
    <dependencies>
      <dependency id="Microsoft.Net.Http" version="2.2.13" />
    </dependencies>
  </metadata>
</package>