From 47f0b1ded85f25be1bb443c02dd31b2527fad4b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?=
<12201973+fredericdelaporte@users.noreply.github.com>
Date: Sat, 8 Aug 2020 23:30:22 +0200
Subject: [PATCH] Release 5.3.2
---
build-common/NHibernate.props | 2 +-
releasenotes.txt | 21 ++++++++++++++++++++-
2 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props
index c18494f8404..229fe2c14e0 100644
--- a/build-common/NHibernate.props
+++ b/build-common/NHibernate.props
@@ -5,7 +5,7 @@
5.3
2
- dev
+
$(NhVersion).$(VersionPatch)
$(VersionSuffix).$(BuildNumber)
diff --git a/releasenotes.txt b/releasenotes.txt
index bc6e33a72e6..0743c8b0742 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,4 +1,23 @@
-Build 5.3.1
+Build 5.3.2
+=============================
+
+Release notes - NHibernate - Version 5.3.2
+
+6 issues were resolved in this release.
+
+** Bug
+
+ * #2468 Null reference at NHibernate.Util.AsyncReaderWriterLock.ReadLock()
+ * #2465 Linq contains on a value collection is failing
+ * #2463 Path expected for join
+ * #2458 Evaluatable expressions with parameters are no more pre-evaluated
+ * #2453 Fail to cast enum as nvarchar for Linq Contains
+
+** Task
+
+ * #2472 Release 5.3.2
+
+Build 5.3.1
=============================
Release notes - NHibernate - Version 5.3.1