forked from rabbitmq/chocolatey-package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrabbitmq.nuspec
37 lines (34 loc) · 1.74 KB
/
rabbitmq.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>rabbitmq</id>
<title>RabbitMQ</title>
<version>3.7.7</version>
<authors>Pivotal Software, Inc.</authors>
<owners>Team RabbitMQ</owners>
<summary>RabbitMQ</summary>
<description>
RabbitMQ, a multi-protocol open source messaging broker
The RabbitMQ Chocolatey package source has a new home at https://github.com/rabbitmq/chocolatey-package.
Pull requests are welcome.
#### Package Parameters
* `/NOMANAGEMENT` - this setting will override the default enabling of the RabbitMQ management console'
* `/RABBITMQBASE` - specify an optional RABBITMQ_BASE. Note the parameter has no underscore, but the environment variable does. ex:/RABBITMQBASE:C:\ProgramData\RabbitMQ. The default is %AppData\RabbitMQ'
</description>
<projectUrl>http://www.rabbitmq.com/</projectUrl>
<projectSourceUrl>https://github.com/rabbitmq/rabbitmq-server</projectSourceUrl>
<packageSourceUrl>https://github.com/rabbitmq/chocolatey-package</packageSourceUrl>
<releaseNotes>https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.6</releaseNotes>
<tags>message queueing messaging rabbitmq amqp mqtt stomp admin</tags>
<copyright>Pivotal Software, Inc.</copyright>
<licenseUrl>http://www.rabbitmq.com/mpl.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://raw.githubusercontent.com/rabbitmq/chocolatey-package/master/rabbitmq-logo.png</iconUrl>
<dependencies>
<dependency id="erlang" version="[20.3,21)" />
</dependencies>
</metadata>
<files>
<file src="tools\*" target="tools" exclude=".*" />
</files>
</package>