Skip to content

Commit 32d4b9e

Browse files
Release 5.1.5
1 parent d7e5aec commit 32d4b9e

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-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.1.4.{build}
1+
version: 5.1.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
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
44
<VersionMinor Condition="'$(VersionMinor)' == ''">1</VersionMinor>
5-
<VersionPatch Condition="'$(VersionPatch)' == ''">4</VersionPatch>
5+
<VersionPatch Condition="'$(VersionPatch)' == ''">5</VersionPatch>
66
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
77

88
<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.1.4" overwrite="false" />
17-
<property name="project.version.numeric" value="5.1.4" overwrite="false" />
16+
<property name="project.version" value="5.1.5" overwrite="false" />
17+
<property name="project.version.numeric" value="5.1.5" overwrite="false" />
1818

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

releasenotes.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Build 5.1.5
2+
=============================
3+
4+
Release notes - NHibernate - Version 5.1.5
5+
6+
##### Possible Breaking Changes #####
7+
* Using DML on an entity collection was applying the changes without
8+
filtering according to the entity. It will now throw a
9+
NotSupportedException.
10+
11+
** Bug
12+
13+
* #2020 Throw for DML on filter
14+
115
Build 5.1.4
216
=============================
317

@@ -243,6 +257,20 @@ Release notes - NHibernate - Version 5.1.0
243257
As part of releasing 5.1.0, a missing 5.0.0 possible breaking change has been added about inequality semantic in LINQ
244258
queries. See 5.0.0 possible breaking changes.
245259

260+
Build 5.0.7
261+
=============================
262+
263+
Release notes - NHibernate - Version 5.0.7
264+
265+
##### Possible Breaking Changes #####
266+
* Using DML on an entity collection was applying the changes without
267+
filtering according to the entity. It will now throw a
268+
NotSupportedException.
269+
270+
** Bug
271+
272+
* #2020 Throw for DML on filter
273+
246274
Build 5.0.6
247275
=============================
248276

0 commit comments

Comments
 (0)