Skip to content

Commit

Permalink
Release 5.4.3 (#3349)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte committed Jul 4, 2023
1 parent 412e529 commit b8d9abd
Show file tree
Hide file tree
Showing 2 changed files with 27 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)' == ''">3</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
27 changes: 26 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
Build 5.4.2
Build 5.4.3
=============================

Release notes - NHibernate - Version 5.4.3

11 issues were resolved in this release.

** Bug

* #3317 Issue with components list lazy loading with not lazy association
* #3307 IsDirty performance hit since 5.4.0
* #3295 C# 8/11 Static interface members support
* #3291 Npgsql 6+ issues with null DateTime parameter types
* #3290 Incorrect fetch of Many-to-Many relation
* #3289 Fetching lazy loaded component causes n + 1 query when querying a subclass abstraction
* #3288 NullReferenceException is thrown when using Fetch

** Task

* #3349 Release 5.4.3
* #3348 Merge 5.3.18 in 5.4.x
* #3318 Merge 5.3.17 in 5.4.x
* #3302 Upgrade NUnit3TestAdapter to fix "Unknown framework version 7.0"


Build 5.4.2
=============================

Release notes - NHibernate - Version 5.4.2
Expand Down

0 comments on commit b8d9abd

Please sign in to comment.