2017-10-17 15:24:53 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package >
|
|
|
|
<metadata>
|
2018-12-19 15:37:45 +00:00
|
|
|
<id>Tapeti.DataAnnotations</id>
|
2017-10-17 15:24:53 +00:00
|
|
|
<version>$version$</version>
|
|
|
|
<title>Tapeti DataAnnotations</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.DataAnnotations.png</iconUrl>
|
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
2018-12-21 14:29:31 +00:00
|
|
|
<description>DataAnnotations validation extension for Tapeti</description>
|
2017-10-17 15:24:53 +00:00
|
|
|
<copyright></copyright>
|
|
|
|
<tags>rabbitmq tapeti dataannotations</tags>
|
|
|
|
<dependencies>
|
2018-12-19 15:37:45 +00:00
|
|
|
<dependency id="Tapeti" version="[$version$]" />
|
2018-06-29 12:57:46 +00:00
|
|
|
<dependency id="System.ComponentModel.Annotations" 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-12 21:00:08 +00:00
|
|
|
</package>
|