2019-07-18 08:02:42 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package >
|
|
|
|
<metadata>
|
|
|
|
<id>Tapeti.DataAnnotations.Extensions</id>
|
|
|
|
<version>$version$</version>
|
|
|
|
<title>Tapeti DataAnnotations Extensions</title>
|
|
|
|
<authors>Mark van Renswoude</authors>
|
|
|
|
<owners>Mark van Renswoude</owners>
|
2019-08-20 09:47:53 +00:00
|
|
|
<license type="expression">Unlicense</license>
|
2019-07-18 08:02:42 +00:00
|
|
|
<projectUrl>https://github.com/MvRens/Tapeti</projectUrl>
|
|
|
|
<iconUrl>https://raw.githubusercontent.com/MvRens/Tapeti/master/resources/icons/Tapeti.DataAnnotations.png</iconUrl>
|
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<description>Additional DataAnnotations attributes. Not specific to Tapeti, but useful for annotating message classes.</description>
|
|
|
|
<copyright></copyright>
|
|
|
|
<tags>rabbitmq tapeti dataannotations</tags>
|
|
|
|
<dependencies>
|
|
|
|
<dependency id="System.ComponentModel.Annotations" version="4.5.0" />
|
|
|
|
</dependencies>
|
|
|
|
</metadata>
|
|
|
|
<files>
|
|
|
|
<file src="bin\Release\**" target="lib" />
|
|
|
|
</files>
|
|
|
|
</package>
|