Skip to content

Commit

Permalink
Release 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte committed Aug 9, 2020
1 parent 865365e commit ed36de0
Show file tree
Hide file tree
Showing 2 changed files with 21 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)' == ''">2</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
21 changes: 20 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ed36de0

Please sign in to comment.