Skip to content

Commit

Permalink
Release 5.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte committed Mar 21, 2021
1 parent abccee3 commit 19ddf5c
Show file tree
Hide file tree
Showing 2 changed files with 20 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)' == ''">7</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
20 changes: 19 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
Build 5.3.6
Build 5.3.7
=============================

Release notes - NHibernate - Version 5.3.7

5 issues were resolved in this release.

** Bug

* #2704 IEnhancedUserType from string to bool fails in some circumstances
* #2702 LINQ projection of nullable enum with list fails
* #2693 Invalid parameter conversion with group by
* #2688 NoViableAltException in a delete on a many-to-one id

** Task

* #2701 Release 5.3.7

Build 5.3.6
=============================

Release notes - NHibernate - Version 5.3.6
Expand Down

0 comments on commit 19ddf5c

Please sign in to comment.