forked from ActiveCampaign/postmark-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpostmark.nuspec
21 lines (21 loc) · 1.11 KB
/
postmark.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Postmark</id>
<version>1.0.8</version>
<authors>Daniel Crenna, JP Toto</authors>
<owners>Wildbit</owners>
<description>Leave email delivery to the experts with this plugin to bring Postmark email services to your web application. Requires a Postmark account.</description>
<summary>Leave email delivery to the experts with this plugin to bring Postmark email services to your web application.</summary>
<language>en-US</language>
<projectUrl>http://developer.postmarkapp.com</projectUrl>
<licenseUrl>https://github.com/jptoto/postmark-dotnet/blob/master/LICENSE</licenseUrl>
<iconUrl>http://apitize.com.s3.amazonaws.com/logo_postmark.png</iconUrl>
<tags>postmark email web api client http rest services wrapper json</tags>
<dependencies>
<dependency id="Hammock" version="1.2.4" />
<dependency id="Newtonsoft.Json" version="4.0.2" />
<dependency id="Specifications" version="1.0.4" />
</dependencies>
</metadata>
</package>