-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathRabbitMQSimpleConnector.nuspec
More file actions
26 lines (26 loc) · 1.11 KB
/
RabbitMQSimpleConnector.nuspec
File metadata and controls
26 lines (26 loc) · 1.11 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"?>
<package>
<metadata>
<id>RabbitMQSimpleConnector</id>
<version>1.1.1</version>
<title>RabbitMQSimpleConnector</title>
<authors>Alexandre Brandao Lustosa</authors>
<owners>Alexandre Brandao Lustosa</owners>
<licenseUrl>https://github.com/alexandrebl/RabbitMQSimpleConnector</licenseUrl>
<projectUrl>https://github.com/alexandrebl/RabbitMQSimpleConnector</projectUrl>
<iconUrl>https://github.com/alexandrebl/RabbitMQSimpleConnector</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>RabbitMQ Client</description>
<releaseNotes>RabbitMQ Client</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>RabbitMQ Client ServiceBroker MessageBroker Queue Exchange</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="10.0" />
<dependency id="RabbitMQ.Client" version="5.0" />
<dependency id="Microsoft.Diagnostics.Tracing.EventSource.Redist" version="1.1" />
</dependencies>
</metadata>
<files>
<file src="RabbitMQSimpleConnector\bin\Release\*" target="lib"></file>
</files>
</package>