Skip to content

Commit f7b64c5

Browse files
Release 5.2.6
1 parent 18caed2 commit f7b64c5

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.2.5.{build}
1+
version: 5.2.6.{build}
22
image: Visual Studio 2017
33
environment:
44
matrix:

build-common/NHibernate.props

+1-1
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)' == ''">5</VersionPatch>
6+
<VersionPatch Condition="'$(VersionPatch)' == ''">6</VersionPatch>
77
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
88

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

build-common/common.xml

+2-2
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.5" overwrite="false" />
17-
<property name="project.version.numeric" value="5.2.5" overwrite="false" />
16+
<property name="project.version" value="5.2.6" overwrite="false" />
17+
<property name="project.version.numeric" value="5.2.6" overwrite="false" />
1818

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

releasenotes.txt

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
Build 5.2.6
2+
=============================
3+
4+
Release notes - NHibernate - Version 5.2.6
5+
6+
11 issues were resolved in this release.
7+
8+
** Bug
9+
10+
* #2190 Cannot instantiate a SessionFactory using Prevalence cache
11+
* #2177 New Fetch() method in QueryOver returns IQueryOver<> instead of QueryOver<>
12+
* #2172 Using DependentTransaction fails
13+
* #2175 Subcriteria on component collection generates incorrect join alias
14+
* #2173 Futures not batching correctly in NH 5.2.x
15+
* #2141 Undefined call to Equals object in collection during flush just before commit
16+
* #2127 StackExchangeRedisCache with PreferMultipleGet = true calls GetMany multiple times
17+
* #2110 Wrong GUID to string conversion with SQLite BinaryGuid=False
18+
19+
** Task
20+
21+
* #2200 Release 5.2.6
22+
* #2199 Upgrade AsyncGenerator to 0.8.2.12
23+
24+
** Tests
25+
26+
* #2132 Add GetMany for ReadWriteCache tests
27+
128
Build 5.2.5
229
=============================
330

0 commit comments

Comments
 (0)