From 02d9bd7f6480e2663206687ea9add5e8bcb7f8bf Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 14 Jan 2019 10:25:34 +1300 Subject: [PATCH] Release 5.2.3 --- appveyor.yml | 2 +- build-common/NHibernate.props | 2 +- build-common/common.xml | 4 ++-- releasenotes.txt | 11 +++++++++++ 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index efdec2dc355..fc6cc7f385f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.2.2.{build} +version: 5.2.3.{build} image: Visual Studio 2017 environment: matrix: diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index d562c9cf623..fb11d5fb3e2 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -3,7 +3,7 @@ 5 2 - 2 + 3 $(VersionMajor).$(VersionMinor).$(VersionPatch) diff --git a/build-common/common.xml b/build-common/common.xml index 3f4882f9acd..55a44ccb74b 100644 --- a/build-common/common.xml +++ b/build-common/common.xml @@ -13,8 +13,8 @@ - - + + diff --git a/releasenotes.txt b/releasenotes.txt index 6dbce440e2e..a187de571f9 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,14 @@ +Build 5.2.3 +============================= + +Release notes - NHibernate - Version 5.2.3 + +1 issue was resolved in this release. + +** Bug + + * #1964 Unable to serialize session because SerializationFieldInfo is not marked as serializable + Build 5.2.2 =============================