File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
- version : 5.2.0 .{build}
1
+ version : 5.2.1 .{build}
2
2
image : Visual Studio 2017
3
3
environment :
4
4
matrix :
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
5
5
<VersionMinor Condition =" '$(VersionMinor)' == ''" >2</VersionMinor >
6
- <VersionPatch Condition =" '$(VersionPatch)' == ''" >0 </VersionPatch >
6
+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >1 </VersionPatch >
7
7
<VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
8
8
9
9
<VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
Original file line number Diff line number Diff line change 13
13
14
14
<!-- This is used only for build folder -->
15
15
<!-- TODO: Either remove or refactor to use NHibernate.props -->
16
- <property name =" project.version" value =" 5.2.0 " overwrite =" false" />
17
- <property name =" project.version.numeric" value =" 5.2.0 " overwrite =" false" />
16
+ <property name =" project.version" value =" 5.2.1 " overwrite =" false" />
17
+ <property name =" project.version.numeric" value =" 5.2.1 " overwrite =" false" />
18
18
19
19
<!-- properties used to connect to database for testing -->
20
20
<include buildfile =" nhibernate-properties.xml" />
Original file line number Diff line number Diff line change
1
+
1
2
Build 5.2.1
2
3
=============================
3
4
4
5
Release notes - NHibernate - Version 5.2.1
5
6
7
+ 5 issues were resolved in this release.
8
+
9
+ ** Bug
10
+
11
+ * #1928 JoinAlias on JoinQueryOver fails
12
+ * #1920 ISession.Get may fail with a null exception
13
+ * #1918 Property-ref on many-to-one with composite id fails
14
+
15
+ ** Task
16
+
17
+ * #1932 Release 5.2.1
18
+ * #1927 Add missing possible breaking change
19
+
6
20
As part of releasing 5.2.1, a missing 5.2.0 possible breaking change has been added about duplicated columns
7
21
in mapping. See 5.2.0 possible breaking changes.
8
22
You can’t perform that action at this time.
0 commit comments