Skip to content

Commit 02d9bd7

Browse files
committed
Release 5.2.3
1 parent c774a99 commit 02d9bd7

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.2.2.{build}
1+
version: 5.2.3.{build}
22
image: Visual Studio 2017
33
environment:
44
matrix:

build-common/NHibernate.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
55
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
6-
<VersionPatch Condition="'$(VersionPatch)' == ''">2</VersionPatch>
6+
<VersionPatch Condition="'$(VersionPatch)' == ''">3</VersionPatch>
77
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
88

99
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>

build-common/common.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
<!-- This is used only for build folder -->
1515
<!-- TODO: Either remove or refactor to use NHibernate.props -->
16-
<property name="project.version" value="5.2.2" overwrite="false" />
17-
<property name="project.version.numeric" value="5.2.2" overwrite="false" />
16+
<property name="project.version" value="5.2.3" overwrite="false" />
17+
<property name="project.version.numeric" value="5.2.3" overwrite="false" />
1818

1919
<!-- properties used to connect to database for testing -->
2020
<include buildfile="nhibernate-properties.xml" />

releasenotes.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Build 5.2.3
2+
=============================
3+
4+
Release notes - NHibernate - Version 5.2.3
5+
6+
1 issue was resolved in this release.
7+
8+
** Bug
9+
10+
* #1964 Unable to serialize session because SerializationFieldInfo is not marked as serializable
11+
112
Build 5.2.2
213
=============================
314

0 commit comments

Comments
 (0)