Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 5.4.6 #3419

Merged
merged 1 commit into from
Aug 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
fredericDelaporte marked this conversation as resolved.
Show resolved Hide resolved


Build 5.4.4
Expand Down
Loading