24 lines
998 B
XML
24 lines
998 B
XML
<?xml version="1.0"?>
|
|
<package >
|
|
<metadata>
|
|
<id>X2Software.Tapeti.Flow</id>
|
|
<version>$version$</version>
|
|
<title>Tapeti Flow</title>
|
|
<authors>Menno van Lavieren, 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.png</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Flow extension for Tapeti</description>
|
|
<copyright></copyright>
|
|
<tags>rabbitmq tapeti flow</tags>
|
|
<dependencies>
|
|
<dependency id="X2Software.Tapeti" version="[$version$]" />
|
|
<dependency id="X2Software.Tapeti.Annotations" version="[$version$]" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="bin\Release\**" target="lib" />
|
|
</files>
|
|
</package> |