File tree 4 files changed +32
-4
lines changed
4 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 1
- version : 5.1.4 .{build}
1
+ version : 5.1.5 .{build}
2
2
image : Visual Studio 2017
3
3
environment :
4
4
matrix :
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
4
4
<VersionMinor Condition =" '$(VersionMinor)' == ''" >1</VersionMinor >
5
- <VersionPatch Condition =" '$(VersionPatch)' == ''" >4 </VersionPatch >
5
+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >5 </VersionPatch >
6
6
<VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
7
7
8
8
<VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
Original file line number Diff line number Diff line change 13
13
14
14
<!-- This is used only for build folder -->
15
15
<!-- 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" />
18
18
19
19
<!-- properties used to connect to database for testing -->
20
20
<include buildfile =" nhibernate-properties.xml" />
Original file line number Diff line number Diff line change
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
+
1
15
Build 5.1.4
2
16
=============================
3
17
@@ -243,6 +257,20 @@ Release notes - NHibernate - Version 5.1.0
243
257
As part of releasing 5.1.0, a missing 5.0.0 possible breaking change has been added about inequality semantic in LINQ
244
258
queries. See 5.0.0 possible breaking changes.
245
259
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
+
246
274
Build 5.0.6
247
275
=============================
248
276
You can’t perform that action at this time.
0 commit comments