2017-10-17 17:24:53 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package >
|
|
|
|
<metadata>
|
2018-12-19 16:37:45 +01:00
|
|
|
<id>Tapeti.DataAnnotations</id>
|
2017-10-17 17:24:53 +02:00
|
|
|
<version>$version$</version>
|
|
|
|
<title>Tapeti DataAnnotations</title>
|
|
|
|
<authors>Mark van Renswoude</authors>
|
|
|
|
<owners>Mark van Renswoude</owners>
|
2019-08-20 11:47:53 +02:00
|
|
|
<license type="expression">Unlicense</license>
|
2017-10-17 17:24:53 +02: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>
|
2018-12-21 15:29:31 +01:00
|
|
|
<description>DataAnnotations validation extension for Tapeti</description>
|
2017-10-17 17:24:53 +02:00
|
|
|
<copyright></copyright>
|
|
|
|
<tags>rabbitmq tapeti dataannotations</tags>
|
|
|
|
<dependencies>
|
2018-12-19 16:37:45 +01:00
|
|
|
<dependency id="Tapeti" version="[$version$]" />
|
2018-06-29 14:57:46 +02:00
|
|
|
<dependency id="System.ComponentModel.Annotations" version="4.5.0" />
|
2017-10-17 17:24:53 +02:00
|
|
|
</dependencies>
|
|
|
|
</metadata>
|
2018-06-14 15:36:52 +02:00
|
|
|
<files>
|
|
|
|
<file src="bin\Release\**" target="lib" />
|
|
|
|
</files>
|
2017-02-12 22:00:08 +01:00
|
|
|
</package>
|