Skip to content

Commit dd219eb

Browse files
Release 5.2.1
1 parent b2e5396 commit dd219eb

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.2.0.{build}
1+
version: 5.2.1.{build}
22
image: Visual Studio 2017
33
environment:
44
matrix:

build-common/NHibernate.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
55
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
6-
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
6+
<VersionPatch Condition="'$(VersionPatch)' == ''">1</VersionPatch>
77
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
88

99
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>

build-common/common.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
<!-- This is used only for build folder -->
1515
<!-- 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" />
1818

1919
<!-- properties used to connect to database for testing -->
2020
<include buildfile="nhibernate-properties.xml" />

releasenotes.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1+
12
Build 5.2.1
23
=============================
34

45
Release notes - NHibernate - Version 5.2.1
56

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+
620
As part of releasing 5.2.1, a missing 5.2.0 possible breaking change has been added about duplicated columns
721
in mapping. See 5.2.0 possible breaking changes.
822

0 commit comments

Comments
 (0)