Skip to content

Commit

Permalink
Release 5.4.6 (#3419)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte authored Aug 27, 2023
1 parent c65a78f commit ccff784
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 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)' == ''">6</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
22 changes: 19 additions & 3 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
Build 5.4.5
Build 5.4.6
=============================

Release notes - NHibernate - Version 5.4.6

2 issues were resolved in this release.

** Bug

* #3414 Reenable use of SelectClauseVisitor for subqueries

** Task

* #3419 Release 5.4.6


Build 5.4.5
=============================

Release notes - NHibernate - Version 5.4.5
Expand All @@ -7,8 +23,8 @@ Release notes - NHibernate - Version 5.4.5

** Task

* #3408 Release 5.4.4
* #3407 Release Merge 5.3.19 in 5.4.x
* #3408 Release 5.4.5
* #3407 Merge 5.3.19 in 5.4.x


Build 5.4.4
Expand Down

0 comments on commit ccff784

Please sign in to comment.