2017-10-17 15:24:53 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package >
|
|
|
|
<metadata>
|
2018-12-19 15:37:45 +00:00
|
|
|
<id>Tapeti.Flow.SQL</id>
|
2017-10-17 15:24:53 +00:00
|
|
|
<version>$version$</version>
|
|
|
|
<title>Tapeti Flow SQL</title>
|
|
|
|
<authors>Mark van Renswoude</authors>
|
|
|
|
<owners>Mark van Renswoude</owners>
|
|
|
|
<licenseUrl>https://raw.githubusercontent.com/MvRens/Tapeti/master/UNLICENSE</licenseUrl>
|
|
|
|
<projectUrl>https://github.com/MvRens/Tapeti</projectUrl>
|
|
|
|
<iconUrl>https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.Flow.SQL.png</iconUrl>
|
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<description>SQL backing repository for the Tapeti Flow package</description>
|
|
|
|
<copyright></copyright>
|
|
|
|
<tags>rabbitmq tapeti sql</tags>
|
|
|
|
<dependencies>
|
2018-12-19 15:37:45 +00:00
|
|
|
<dependency id="Tapeti" version="[$version$]" />
|
|
|
|
<dependency id="Tapeti.Flow" version="[$version$]" />
|
2018-06-29 12:57:46 +00:00
|
|
|
<dependency id="System.Data.SqlClient" version="4.5.0" />
|
2017-10-17 15:24:53 +00:00
|
|
|
</dependencies>
|
|
|
|
</metadata>
|
2018-06-14 13:36:52 +00:00
|
|
|
<files>
|
|
|
|
<file src="bin\Release\**" target="lib" />
|
|
|
|
</files>
|
2017-02-08 21:09:06 +00:00
|
|
|
</package>
|