Skip to content

Commit

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

0 comments on commit 2011a77

Please sign in to comment.