Skip to content

Commit

Permalink
Release 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte committed Dec 8, 2018
1 parent b2e5396 commit 9312c37
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 5.2.0.{build}
version: 5.2.1.{build}
image: Visual Studio 2017
environment:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion build-common/NHibernate.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">2</VersionMinor>
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
<VersionPatch Condition="'$(VersionPatch)' == ''">1</VersionPatch>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>

<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
Expand Down
4 changes: 2 additions & 2 deletions build-common/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<!-- This is used only for build folder -->
<!-- TODO: Either remove or refactor to use NHibernate.props -->
<property name="project.version" value="5.2.0" overwrite="false" />
<property name="project.version.numeric" value="5.2.0" overwrite="false" />
<property name="project.version" value="5.2.1" overwrite="false" />
<property name="project.version.numeric" value="5.2.1" overwrite="false" />

<!-- properties used to connect to database for testing -->
<include buildfile="nhibernate-properties.xml" />
Expand Down
14 changes: 14 additions & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@

Build 5.2.1
=============================

Release notes - NHibernate - Version 5.2.1

5 issues were resolved in this release.

** Bug

* #1928 JoinAlias on JoinQueryOver fails
* #1920 ISession.Get may fail with a null exception
* #1918 Property-ref on many-to-one with composite id fails

** Task

* #1932 Release 5.2.1
* #1927 Add missing possible breaking change

As part of releasing 5.2.1, a missing 5.2.0 possible breaking change has been added about duplicated columns
in mapping. See 5.2.0 possible breaking changes.

Expand Down

0 comments on commit 9312c37

Please sign in to comment.