Skip to content

Commit f548019

Browse files
committed
bumped to 2.0.3 - wrong version number
1 parent 6fb2bce commit f548019

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"framework_version": 4.0,
3-
"default_version_number": "2.0.2.0",
3+
"default_version_number": "2.0.3.0",
44
"assembly_info":
55
{
6-
"version": "2.0.2.0",
6+
"version": "2.0.3.0",
77
"title": "FluentNHibernate"
88
},
99
"build":
@@ -19,7 +19,7 @@
1919
"nuspec":
2020
{
2121
"id": "FluentNHibernate",
22-
"version": "2.0.2.0",
22+
"version": "2.0.3.0",
2323
"title": "FluentNHibernate",
2424
"nhibernate_version_interval": "4.0",
2525
"binaries_folder": "net40"

src/FluentNHibernate.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>FluentNHibernate</id>
55
<title>FluentNHibernate</title>
6-
<version>2.0.2.0</version>
6+
<version>2.0.3.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>

0 commit comments

Comments
 (0)