Skip to content

Commit 6fb2bce

Browse files
committed
update package version to 2.0.2.0
1 parent 0ac6335 commit 6fb2bce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/FluentNHibernate.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<?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'>
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">
44
<id>FluentNHibernate</id>
55
<title>FluentNHibernate</title>
6-
<version>2.0.1-alpha</version>
6+
<version>2.0.2.0</version>
77
<authors>James Gregory and contributors</authors>
88
<owners>jagregory, chester89</owners>
99
<licenseUrl>http://github.com/jagregory/fluent-nhibernate/raw/master/LICENSE.txt</licenseUrl>
1010
<projectUrl>http://fluentnhibernate.org</projectUrl>
1111
<dependencies>
12-
<dependency id='NHibernate' version='4.0' />
12+
<dependency id="NHibernate" version="4.0" />
1313
</dependencies>
1414
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1515
<description>Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.</description>
1616
<tags>orm dal nhibernate conventions</tags>
1717
<language>en-US</language>
1818
</metadata>
1919
<files>
20-
<file src='..\src\FluentNHibernate\bin\Release\FluentNHibernate.*' target='lib\net40' />
20+
<file src="..\src\FluentNHibernate\bin\Release\FluentNHibernate.*" target="lib\net40" />
2121
</files>
2222
</package>

0 commit comments

Comments
 (0)