21 lines
877 B
XML
21 lines
877 B
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>FluentNHibernate</id>
|
|
<version>1.3.0.733</version>
|
|
<title>Fluent NHibernate</title>
|
|
<authors>James Gregory and contributors</authors>
|
|
<owners>James Gregory and contributors</owners>
|
|
<licenseUrl>http://github.com/jagregory/fluent-nhibernate/raw/master/LICENSE.txt</licenseUrl>
|
|
<projectUrl>http://fluentnhibernate.org/</projectUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.</description>
|
|
<releaseNotes />
|
|
<copyright />
|
|
<language />
|
|
<tags>orm dal nhibernate conventions</tags>
|
|
<dependencies>
|
|
<dependency id="NHibernate" version="3.3.1.4000" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |