Skip to content

Commit

Permalink
Release 5.3.12 (#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte committed May 1, 2022
1 parent 0bda5f9 commit 457d767
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-common/NHibernate.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<NhVersion Condition="'$(NhVersion)' == ''" >5.3</NhVersion>
<VersionPatch Condition="'$(VersionPatch)' == ''">12</VersionPatch>
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
<VersionSuffix Condition="'$(VersionSuffix)' == ''">dev</VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>

<VersionPrefix Condition="'$(VersionPrefix)' == ''">$(NhVersion).$(VersionPatch)</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''">$(VersionSuffix).$(BuildNumber)</VersionSuffix>
Expand Down
26 changes: 25 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
Build 5.3.11
Build 5.3.12
=============================

Release notes - NHibernate - Version 5.3.12

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

* #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
Expand Down

0 comments on commit 457d767

Please sign in to comment.