Skip to content

Commit

Permalink
Release 5.5.2 (#3578)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte authored Jul 5, 2024
1 parent 4beb54c commit 39de4d9
Show file tree
Hide file tree
Showing 2 changed files with 19 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.5</NhVersion>
<VersionPatch Condition="'$(VersionPatch)' == ''">2</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
19 changes: 18 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
Build 5.5.1
Build 5.5.2
=============================

Release notes - NHibernate - Version 5.5.2

3 issues were resolved in this release, including CVE CVE-2024-39677 through the merge of 5.4.9.

** Bug

* #3536 MemberwiseClone should be virtual error in dotnet 9 preview 3

** Task

* #3578 Release 5.5.1
* #3577 Merge 5.4.9 into 5.5.x


Build 5.5.1
=============================

Release notes - NHibernate - Version 5.5.1
Expand Down

0 comments on commit 39de4d9

Please sign in to comment.