Files
hangfire-ravendb/nuspecs/Hangfire.SqlServer.RabbitMQ.nuspec
T
2015-10-16 16:07:20 -05:00

35 lines
1.5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0"?>
<package >
<metadata>
<id>Hangfire.SqlServer.RabbitMQ</id>
<version>0.0.0</version>
<title>Hangfire RabbitMQ Queues for SQL Server Storage</title>
<authors>Denny Ferrassoli</authors>
<owners>dennyferra</owners>
<projectUrl>http://hangfire.io/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://raw.github.com/HangfireIO/Hangfire/master/LICENSE.md</licenseUrl>
<description>RabbitMQ queues support for SQL Server job storage implementation for Hangfire (background job system for ASP.NET applications).</description>
<copyright>Copyright © 2014 Denny Ferrassoli</copyright>
<tags>Hangfire SqlServer RabbitMQ</tags>
<releaseNotes>http://hangfire.io/blog/
1.4.2
* Fixed Incompatibility issue with RabbitMQ.Client >= 3.4.0 (by @justmara).
1.4.0
* Added Allow a URI to be used for `RabbitMQConnectionConfiguration` (by @dennyferra).
</releaseNotes>
<dependencies>
<dependency id="Hangfire.Core" version="[0.0.0]" />
<dependency id="Hangfire.SqlServer" version="[0.0.0]" />
<dependency id="RabbitMQ.Client" version="3.3.0" />
</dependencies>
</metadata>
<files>
<file src="Net45\Hangfire.SqlServer.RabbitMQ.dll" target="lib\net45" />
<file src="Net45\Hangfire.SqlServer.RabbitMQ.xml" target="lib\net45" />
<file src="Net45\Hangfire.SqlServer.RabbitMQ.xml" target="lib\net45" />
<file src="..\src\Hangfire.SqlServer.RabbitMQ\**\*.cs" target="src" />
</files>
</package>