Skip to content

Commit de8fd45

Browse files
committed
separate nuspec for .NET 3.5
1 parent 641c528 commit de8fd45

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

src/FluentNHibernate.Net35.nuspec

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>FluentNHibernate.Net35</id>
5+
<version>1.4.0.0</version>
6+
<authors>James Gregory and contributors</authors>
7+
<owners>jagregory, chester89</owners>
8+
<licenseUrl>http://github.com/jagregory/fluent-nhibernate/blob/master/LICENSE.txt</licenseUrl>
9+
<projectUrl>http://github.com/jagregory/fluent-nhibernate/</projectUrl>
10+
<dependencies>
11+
<dependency id="NHibernate" version="[3.3.1.4000,4)" />
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.*" target="lib\net35" />
21+
</files>
22+
</package>

src/FluentNHibernate.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<licenseUrl>http://github.com/jagregory/fluent-nhibernate/blob/master/LICENSE.txt</licenseUrl>
99
<projectUrl>http://github.com/jagregory/fluent-nhibernate/</projectUrl>
1010
<dependencies>
11-
<dependency id="NHibernate" version="[3.3.1.4000,)" />
11+
<dependency id="NHibernate" version="[4,)" />
1212
</dependencies>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<description>Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.</description>
@@ -17,6 +17,6 @@
1717
<language>en-US</language>
1818
</metadata>
1919
<files>
20-
<file src="..\src\FluentNHibernate\bin\Release\FluentNHibernate.*" target="lib\net35" />
20+
<file src="..\src\FluentNHibernate\bin\Release\FluentNHibernate.*" target="lib\net40" />
2121
</files>
2222
</package>

0 commit comments

Comments
 (0)