1
0
mirror of synced 2024-07-01 08:17:39 +00:00
Tapeti/Tapeti.Annotations/Tapeti.Annotations.nuspec

20 lines
793 B
Plaintext
Raw Normal View History

2017-10-17 15:24:53 +00:00
<?xml version="1.0"?>
<package >
<metadata>
<id>Tapeti.Annotations</id>
2017-10-17 15:24:53 +00:00
<version>$version$</version>
<title>Tapeti Annotations</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.Annotations.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Annotations for Tapeti</description>
2017-10-17 15:24:53 +00:00
<copyright></copyright>
<tags>rabbitmq tapeti</tags>
</metadata>
<files>
<file src="bin\Release\**" target="lib" />
</files>
</package>