forked from hibernating-rhinos/rhino-esb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrhino.servicebus.castle.nuspec
29 lines (29 loc) · 1.59 KB
/
rhino.servicebus.castle.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
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Rhino.ServiceBus.Castle</id>
<version>$version$</version>
<authors>Corey Kaylor</authors>
<owners>Corey Kaylor</owners>
<licenseUrl>https://raw.github.com/hibernating-rhinos/rhino-esb/master/license.txt</licenseUrl>
<projectUrl>https://github.com/hibernating-rhinos/rhino-esb</projectUrl>
<iconUrl>https://github.com/hibernating-rhinos/rhino-esb/wiki/images/rhino-icon.jpg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Castle Windsor integration with Rhino.ServiceBus</description>
<tags>rhino castle windsor servicebus bus msmq messaging cqrs</tags>
<dependencies>
<dependency id="Castle.Core" version="3.1.0" />
<dependency id="Castle.Windsor" version="3.1.0" />
<dependency id="Rhino.ServiceBus" version="$version$"/>
</dependencies>
</metadata>
<files>
<file src="build\3.5\Rhino.ServiceBus.Castle.dll" target="lib\3.5" />
<file src="build\3.5\Rhino.ServiceBus.Castle.xml" target="lib\3.5" />
<file src="build\3.5\Rhino.ServiceBus.Castle.pdb" target="lib\3.5" />
<file src="build\4.0\Rhino.ServiceBus.Castle.dll" target="lib\4.0" />
<file src="build\4.0\Rhino.ServiceBus.Castle.xml" target="lib\4.0" />
<file src="build\4.0\Rhino.ServiceBus.Castle.pdb" target="lib\4.0" />
<file src="Rhino.ServiceBus.Castle\**\*.cs" target="src\Rhino.ServiceBus.Castle" />
</files>
</package>