forked from darioquintana/NHibernate-Validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNHibernate.Validator.nuspec
25 lines (25 loc) · 1.47 KB
/
NHibernate.Validator.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NHibernate.Validator</id>
<title>NHibernate Validator</title>
<version>1.3.2.4000</version>
<authors>Dario Quintana, Fabio Maulo, Gustavo Ringel</authors>
<owners>Dario Quintana, Fabio Maulo, Gustavo Ringel</owners>
<licenseUrl>http://www.gnu.org/licenses/lgpl.html</licenseUrl>
<projectUrl>http://nhforge.org</projectUrl>
<iconUrl>http://darioquintana.com.ar/files/logo-nhv-for-nuget.jpg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>
NHibernate Validator is a powerful and extensible framework to validate objects using the .Net Platform.
</summary>
<description>NHibernate Validator is a powerful and extensible framework to validate objects using the .Net Platform. Born as a port of Hibernate Validator 3.0.0 project at december of 2007. Later on, many improvements and changes were made to the Core and API, and now we can say that NHibernate Validator is more than just a port. NHibernate Validator is entirely written in C#. The first release of NHibernate Validator was entirely developed by Dario Quintana, Gustavo Ringel and Fabio Maulo.</description>
<tags>NHibernate Validator Validation NHV</tags>
<dependencies>
<dependency id="NHibernate" version="3.3.1.4000" />
</dependencies>
</metadata>
<files>
<file src="Build\NuGetDeploy\**\*" target="lib\Net35" />
</files>
</package>