forked from advancedrei/sendgridplus-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSendGridPlus.2.0.0.nuspec
More file actions
26 lines (26 loc) · 3.06 KB
/
Copy pathSendGridPlus.2.0.0.nuspec
File metadata and controls
26 lines (26 loc) · 3.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-16"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>SendGridPlus</id>
<version>2.0.0</version>
<title>SendGridPlus for .NET 4.5</title>
<authors>CJ Buchmann,Tyler Bischel,Eric Becking,Robert McLaws</authors>
<owners>AdvancedREI</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A client library for interfacing with the SendGrid APIs, including the Event API. This is an updated and refactored version of the SendGrid package.</description>
<releaseNotes>Basic C# client library for using SendGrid API's to send mail and process mail events. Github repo located at : https://github.com/advancedrei/sendgrid-csharp</releaseNotes>
<copyright>Copyright © 2012 SendGrid and AdvancedREI, LLC.</copyright>
<tags>SendGrid Email Mail Microsoft Azure</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Newtonsoft.Json" version="4.5.9" />
</group>
</dependencies>
</metadata>
<files>
<file src="content\lib\CodeScales.Http.dll" target="content\lib\CodeScales.Http.dll" />
<file src="lib\net45\SendGridPlus.dll" target="lib\net45\SendGridPlus.dll" />
<file src="lib\net45\SendGridPlus.pdb" target="lib\net45\SendGridPlus.pdb" />
<file src="lib\net45\SendGridPlus.xml" target="lib\net45\SendGridPlus.xml" />
</files>
</package>