From 234b0d52763759b809ca24a7f1c0563837a32dbc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?=
<12201973+fredericdelaporte@users.noreply.github.com>
Date: Fri, 24 Jul 2020 21:04:39 +0200
Subject: [PATCH] Release 5.3.1
---
build-common/NHibernate.props | 2 +-
releasenotes.txt | 22 +++++++++++++++++++++-
2 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props
index 9621c0ad1d3..d70e926fb07 100644
--- a/build-common/NHibernate.props
+++ b/build-common/NHibernate.props
@@ -5,7 +5,7 @@
5.3
1
- dev
+
$(NhVersion).$(VersionPatch)
$(VersionSuffix).$(BuildNumber)
diff --git a/releasenotes.txt b/releasenotes.txt
index 24c0e0a8a89..bc6e33a72e6 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,4 +1,24 @@
-Build 5.3.0
+Build 5.3.1
+=============================
+
+Release notes - NHibernate - Version 5.3.1
+
+7 issues were resolved in this release.
+
+** Bug
+
+ * #2445 LINQ queries with a cast from int to uint fail
+ * #2440 InvalidCastException for Future Criteria with aliased fetches
+ * #2439 Invalid parameter conversion for enums
+ * #2437 Invalid cast on nullable custom type with Linq
+
+** Task
+
+ * #2450 Release 5.3.1
+ * #2436 Fix old http://nhibernate.info URIs
+ * #2435 Fix iconUrl warning
+
+Build 5.3.0
=============================
Release notes - NHibernate - Version 5.3.0