forked from beyond-code-github/AzureNetQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAzureNetQ.nuspec
More file actions
23 lines (23 loc) · 984 Bytes
/
AzureNetQ.nuspec
File metadata and controls
23 lines (23 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package>
<metadata>
<id>Awesome.AzureNetQ</id>
<version>0.3.0.0</version>
<authors>Roysvork</authors>
<owners>Roysvork</owners>
<title>Awesome.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>https://github.com/rykkart/AzureNetQ</projectUrl>
<licenseUrl>https://github.com/roysvork/AzureNetQ/blob/master/licence.txt</licenseUrl>
<dependencies>
<dependency id="Microsoft.WindowsAzure.ConfigurationManager" version="3.1.0" />
<dependency id="Newtonsoft.Json" version="7.0.1" />
<dependency id="WindowsAzure.ServiceBus" version="3.0.7" />
</dependencies>
</metadata>
<files>
<file src="AzureNetQ\bin\Release\AzureNetQ.dll" target="lib\net40\AzureNetQ.dll" />
</files>
</package>