Skip to content

Commit 8ea272d

Browse files
committed
added nuspec file - preparing for 1.4 release
1 parent 90eef13 commit 8ea272d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/FluentNHibernate.nuspec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0"?>
2+
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
4+
<id>Fluent NHibernate</id>
5+
<version>1.4.0.1</version>
6+
<authors>James Gregory and contributors</authors>
7+
<owners>jagregory, chester89</owners>
8+
<licenseUrl>https://github.com/jagregory/fluent-nhibernate/blob/master/LICENSE.txt</licenseUrl>
9+
<projectUrl>https://github.com/jagregory/fluent-nhibernate/</projectUrl>
10+
<dependencies>
11+
<dependency id="NHibernate" version="[3.3.1.4000,)" />
12+
</dependencies>
13+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14+
<description>Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.</description>
15+
<summary>Fluent NHibernate provides a conventient way to configure NHibernate - no XML involved.</summary>
16+
<tags>orm dal nhibernate conventions</tags>
17+
<language>en-US</language>
18+
</metadata>
19+
<files>
20+
<file src="..\..\src\FluentNHibernate\bin\release\FluentNHibernate.dll" target="lib\net35" />
21+
<file src="..\..\src\FluentNHibernate\bin\release\FluentNHibernate.xml" target="lib\net35" />
22+
</files>
23+
</package>

0 commit comments

Comments
 (0)