-
Notifications
You must be signed in to change notification settings - Fork 6
/
Clockwork.nuspec
44 lines (38 loc) · 4.21 KB
/
Clockwork.nuspec
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-16"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Clockwork</id>
<version>2.0</version>
<title>Clockwork</title>
<authors>Mediaburst Ltd</authors>
<owners />
<licenseUrl>https://github.com/mediaburst/clockwork-dotnet/blob/master/License.txt</licenseUrl>
<projectUrl>http://www.clockworksms.com/</projectUrl>
<iconUrl>http://www.mediaburst.co.uk/downloads/clockwork-nuget.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Send text messages using Clockwork
Clockwork is an SMS API for sending text messages world wide
Visit the website for more information.</description>
<summary>Clockwork SMS API</summary>
<copyright>Mediaburst Ltd 2015</copyright>
<language>en-GB</language>
<tags>clockwork sms mediaburst text message</tags>
<releaseNotes>
* 2.0 - Move enum classes to the `Clockwork` namespace
* 1.2 - Release Portable class library as stable
* 1.2-beta - Portal class library support for Windows 8/8.1 and Windows Phone 8/8.1
</releaseNotes>
</metadata>
<files>
<file src="Clockwork NET45\bin\Release\Clockwork.dll" target="lib\net45" />
<file src="Clockwork NET45\bin\Release\Clockwork.pdb" target="lib\net45" />
<file src="Clockwork PCL\bin\Release\Clockwork.dll" target="lib\wpa" />
<file src="Clockwork PCL\bin\Release\Clockwork.dll" target="lib\wpa" />
<file src="Clockwork PCL\bin\Release\Clockwork.dll" target="lib\windowsphone8" />
<file src="Clockwork PCL\bin\Release\Clockwork.dll" target="lib\windowsphone8" />
<file src="Clockwork PCL\bin\Release\Clockwork.dll" target="lib\windows8" />
<file src="Clockwork PCL\bin\Release\Clockwork.dll" target="lib\windows8" />
<file src="Clockwork\bin\Release\Clockwork.dll" target="lib" />
<file src="Clockwork\bin\Release\Clockwork.dll" target="lib" />
</files>
</package>