Skip to content

Commit 672cd2b

Browse files
committed
add title to nuspec
1 parent b4b0387 commit 672cd2b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

src/FluentNHibernate.nuspec

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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</id>
5-
<version>1.4.0.0</version>
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+
<title>FluentNHibernate for .Net 3.5</title>
6+
<version>1.4.1.0</version>
67
<authors>James Gregory and contributors</authors>
78
<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>
9+
<licenseUrl>http://github.com/jagregory/fluent-nhibernate/raw/master/LICENSE.txt</licenseUrl>
10+
<projectUrl>http://fluentnhibernate.org</projectUrl>
1011
<dependencies>
11-
<dependency id="NHibernate" version="[3.3.1.4000,4)" />
12+
<dependency id='NHibernate' version='[3.3.1.4000,4.0)' />
1213
</dependencies>
1314
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1415
<description>Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.</description>
@@ -17,6 +18,6 @@
1718
<language>en-US</language>
1819
</metadata>
1920
<files>
20-
<file src="..\src\FluentNHibernate\bin\Release\FluentNHibernate.*" target="lib\net35" />
21+
<file src='..\src\FluentNHibernate\bin\Release\FluentNHibernate.*' target='lib\net35' />
2122
</files>
2223
</package>

0 commit comments

Comments
 (0)