File tree 2 files changed +20
-4
lines changed
2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 5
5
<NhVersion Condition =" '$(NhVersion)' == ''" >5.4</NhVersion >
6
6
<VersionPatch Condition =" '$(VersionPatch)' == ''" >6</VersionPatch >
7
7
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
8
- <VersionSuffix Condition =" '$(VersionSuffix)' == ''" >dev </VersionSuffix >
8
+ <VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
9
9
<LangVersion Condition =" '$(MSBuildProjectExtension)' != '.vbproj'" >9.0</LangVersion >
10
10
11
11
<VersionPrefix Condition =" '$(VersionPrefix)' == ''" >$(NhVersion).$(VersionPatch)</VersionPrefix >
Original file line number Diff line number Diff line change 1
- Build 5.4.5
1
+ Build 5.4.6
2
+ =============================
3
+
4
+ Release notes - NHibernate - Version 5.4.6
5
+
6
+ 2 issues were resolved in this release.
7
+
8
+ ** Bug
9
+
10
+ * #3414 Reenable use of SelectClauseVisitor for subqueries
11
+
12
+ ** Task
13
+
14
+ * #3419 Release 5.4.6
15
+
16
+
17
+ Build 5.4.5
2
18
=============================
3
19
4
20
Release notes - NHibernate - Version 5.4.5
@@ -7,8 +23,8 @@ Release notes - NHibernate - Version 5.4.5
7
23
8
24
** Task
9
25
10
- * #3408 Release 5.4.4
11
- * #3407 Release Merge 5.3.19 in 5.4.x
26
+ * #3408 Release 5.4.5
27
+ * #3407 Merge 5.3.19 in 5.4.x
12
28
13
29
14
30
Build 5.4.4
You can’t perform that action at this time.
0 commit comments