20 lines
1.2 KiB
XML
20 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>NHibernate</id>
|
|
<version>3.3.3.4001</version>
|
|
<authors>NHibernate community, Hibernate community</authors>
|
|
<owners>NHibernate community, Hibernate community</owners>
|
|
<licenseUrl>https://raw.github.com/nhibernate/nhibernate-core/3.3.x/lgpl.txt</licenseUrl>
|
|
<projectUrl>http://www.nhforge.org/</projectUrl>
|
|
<iconUrl>https://raw.github.com/nhibernate/nhibernate-core/3.3.x/logo/NHibernate-NuGet.png</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>NHibernate is a mature, open source object-relational mapper for the .NET framework. It is actively developed, fully featured and used in thousands of successful projects.</description>
|
|
<summary>NHibernate is a mature, open source object-relational mapper for the .NET framework. It is actively developed, fully featured and used in thousands of successful projects.</summary>
|
|
<language>en-US</language>
|
|
<tags>ORM DataBase DAL ObjectRelationalMapping</tags>
|
|
<dependencies>
|
|
<dependency id="Iesi.Collections" version="[3.2, 4.0)" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |