-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathAzureNetQ.nuspec
More file actions
22 lines (22 loc) · 872 Bytes
/
AzureNetQ.nuspec
File metadata and controls
22 lines (22 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package>
<metadata>
<version>0.2.0.1</version>
<authors>Roysvork</authors>
<owners>Roysvork</owners>
<id>AzureNetQ</id>
<title>AzureNetQ</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>AzureNetQ is a client API for Microsoft Azure Service Bus & Service Bus for Windows on .NET</description>
<copyright>Pete Smith 2014</copyright>
<projectUrl>http://roysvork.github.io/AzureNetQ</projectUrl>
<licenseUrl>https://github.com/roysvork/AzureNetQ/blob/master/licence.txt</licenseUrl>
<dependencies>
<dependency id="ServiceBus.v1_1" version="1.0.3" />
<dependency id="Newtonsoft.Json" version="6.0.3" />
</dependencies>
</metadata>
<files>
<file src="AzureNetQ\bin\Release\AzureNetQ.dll" target="lib\net40\AzureNetQ.dll" />
</files>
</package>