Skip to content

Commit

Permalink
Release 5.4.4 (nhibernate#3386)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte authored Jul 30, 2023
1 parent c9d0a95 commit dd17017
Show file tree
Hide file tree
Showing 2 changed files with 25 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.4</NhVersion>
<VersionPatch Condition="'$(VersionPatch)' == ''">4</VersionPatch>
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
<VersionSuffix Condition="'$(VersionSuffix)' == ''">dev</VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
<LangVersion Condition="'$(MSBuildProjectExtension)' != '.vbproj'">9.0</LangVersion>

<VersionPrefix Condition="'$(VersionPrefix)' == ''">$(NhVersion).$(VersionPatch)</VersionPrefix>
Expand Down
25 changes: 24 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
Build 5.4.3
Build 5.4.4
=============================

Release notes - NHibernate - Version 5.4.4

6 issues were resolved in this release.

** Bug

* #3359 2nd level cache GetMany ineffective for collections
* #3354 Invalid program generated by FieldInterceptorProxyBuilder for indexer property getter
* #3352 Fetch throws "could not resolve property" error for a property that is not mapped

** Improvement

* #3368 Allow internal entity classes/interfaces in .NET Standard 2.0 for field interceptor

** Task

* #3386 Release 5.4.4
* #3367 Update readme with actual dev build information for 5.4


Build 5.4.3
=============================

Release notes - NHibernate - Version 5.4.3
Expand Down

0 comments on commit dd17017

Please sign in to comment.