Skip to content

Commit c628337

Browse files
Release 5.2.5 (#2086)
1 parent 034552d commit c628337

File tree

4 files changed

+58
-4
lines changed

4 files changed

+58
-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.4.{build}
1+
version: 5.2.5.{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)' == ''">4</VersionPatch>
6+
<VersionPatch Condition="'$(VersionPatch)' == ''">5</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.4" overwrite="false" />
17-
<property name="project.version.numeric" value="5.2.4" overwrite="false" />
16+
<property name="project.version" value="5.2.5" overwrite="false" />
17+
<property name="project.version.numeric" value="5.2.5" overwrite="false" />
1818

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

releasenotes.txt

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Build 5.2.5
2+
=============================
3+
4+
Release notes - NHibernate - Version 5.2.5
5+
6+
5 issues were resolved in this release.
7+
8+
** Bug
9+
10+
* #2075 Missing cast when comparing a guid and string columns in SAP SQL Anywhere
11+
* #2046 Fix nullable Guid ToString is not translated correctly on some dialects
12+
* #2043 System.Reflection.TargetException when an interface is used as class mapping proxy definition
13+
* #2040 Incorrect SQL when comparing a guid and string column in Sql Server
14+
15+
** Task
16+
17+
* #2086 Release 5.2.5
18+
119
Build 5.2.4
220
=============================
321

@@ -324,6 +342,24 @@ Release notes - NHibernate - Version 5.2.0
324342
As part of releasing 5.2.0, a misnamed setting in 5.0.0 release notes has been fixed:
325343
transaction.use_connection_on_system_events correct name is transaction.use_connection_on_system_prepare
326344

345+
Build 5.1.5
346+
=============================
347+
348+
Release notes - NHibernate - Version 5.1.5
349+
350+
##### Possible Breaking Changes #####
351+
* Using DML on an entity collection was applying the changes without
352+
filtering according to the entity. It will now throw a
353+
NotSupportedException.
354+
355+
** Bug
356+
357+
* #2043 System.Reflection.TargetException when an interface is used as class mapping proxy definition
358+
* #2020 Throw for DML on filter
359+
360+
** Task
361+
* #2074 Release 5.1.5
362+
327363
Build 5.1.4
328364
=============================
329365

@@ -569,6 +605,24 @@ Release notes - NHibernate - Version 5.1.0
569605
As part of releasing 5.1.0, a missing 5.0.0 possible breaking change has been added about inequality semantic in LINQ
570606
queries. See 5.0.0 possible breaking changes.
571607

608+
Build 5.0.7
609+
=============================
610+
611+
Release notes - NHibernate - Version 5.0.7
612+
613+
##### Possible Breaking Changes #####
614+
* Using DML on an entity collection was applying the changes without
615+
filtering according to the entity. It will now throw a
616+
NotSupportedException.
617+
618+
** Bug
619+
620+
* #2043 System.Reflection.TargetException when an interface is used as class mapping proxy definition
621+
* #2020 Throw for DML on filter
622+
623+
** Task
624+
* #2073 Release 5.0.7
625+
572626
Build 5.0.6
573627
=============================
574628

0 commit comments

Comments
 (0)