From 10753b58fb3035eaa94c3e79b6bbaa2a967f6f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= <12201973+fredericdelaporte@users.noreply.github.com> Date: Sun, 17 Apr 2022 17:46:15 +0200 Subject: [PATCH 1/2] Release 5.3.12 --- build-common/NHibernate.props | 2 +- releasenotes.txt | 25 ++++++++++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index e9494781011..3b57e97dfc6 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -5,7 +5,7 @@ 5.3 12 - dev + $(NhVersion).$(VersionPatch) $(VersionSuffix).$(BuildNumber) diff --git a/releasenotes.txt b/releasenotes.txt index fa079c88d83..b3bb2d306d1 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,4 +1,27 @@ -Build 5.3.11 +Build 5.3.12 +============================= + +Release notes - NHibernate - Version 5.3.12 + +3 issues were resolved in this release. + +** Bug + + * #3029 InvalidOperationException on proxies with explicit implementation of a generic method + +** Improvement + + * #3043 Improve exception for query on delayed id + +** Test + + * #3035 Support tests in VS 2022 + +** Task + + * #3044 Release 5.3.12 + +Build 5.3.11 ============================= Release notes - NHibernate - Version 5.3.11 From 964981aa08e1017cf1232213a40a292c154be8ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= <12201973+fredericdelaporte@users.noreply.github.com> Date: Thu, 28 Apr 2022 21:03:18 +0200 Subject: [PATCH 2/2] Add new fix in release notes --- releasenotes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releasenotes.txt b/releasenotes.txt index b3bb2d306d1..a928f705b62 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -3,10 +3,11 @@ Release notes - NHibernate - Version 5.3.12 -3 issues were resolved in this release. +5 issues were resolved in this release. ** Bug + * #3046 Regression for filters on entity joins with many-to-one disabled * #3029 InvalidOperationException on proxies with explicit implementation of a generic method ** Improvement