Added Nuspec file to Tapti.Transient
This commit is contained in:
parent
f7382d89de
commit
6c88cf9e9e
23
Tapeti.Transient/Tapeti.Transient.nuspec
Normal file
23
Tapeti.Transient/Tapeti.Transient.nuspec
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<package >
|
||||||
|
<metadata>
|
||||||
|
<id>Tapeti.Transient</id>
|
||||||
|
<version>$version$</version>
|
||||||
|
<title>Tapeti Transient</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>Transient extension for Tapeti</description>
|
||||||
|
<copyright></copyright>
|
||||||
|
<tags>rabbitmq tapeti transient</tags>
|
||||||
|
<dependencies>
|
||||||
|
<dependency id="Tapeti" version="[$version$]" />
|
||||||
|
</dependencies>
|
||||||
|
</metadata>
|
||||||
|
<files>
|
||||||
|
<file src="bin\Release\**" target="lib" />
|
||||||
|
</files>
|
||||||
|
</package>
|
Loading…
Reference in New Issue
Block a user