File tree Expand file tree Collapse file tree 4 files changed +40
-4
lines changed Expand file tree Collapse file tree 4 files changed +40
-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}
22image : Visual Studio 2017
33environment :
44 matrix :
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
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+ * #2043 System.Reflection.TargetException when an interface is used as class mapping proxy definition
14+ * #2020 Throw for DML on filter
15+
16+ ** Task
17+ * #2074 Release 5.1.5
18+
119Build 5.1.4
220=============================
321
@@ -243,6 +261,24 @@ Release notes - NHibernate - Version 5.1.0
243261As part of releasing 5.1.0, a missing 5.0.0 possible breaking change has been added about inequality semantic in LINQ
244262queries. See 5.0.0 possible breaking changes.
245263
264+ Build 5.0.7
265+ =============================
266+
267+ Release notes - NHibernate - Version 5.0.7
268+
269+ ##### Possible Breaking Changes #####
270+ * Using DML on an entity collection was applying the changes without
271+ filtering according to the entity. It will now throw a
272+ NotSupportedException.
273+
274+ ** Bug
275+
276+ * #2043 System.Reflection.TargetException when an interface is used as class mapping proxy definition
277+ * #2020 Throw for DML on filter
278+
279+ ** Task
280+ * #2073 Release 5.0.7
281+
246282Build 5.0.6
247283=============================
248284
You can’t perform that action at this time.
0 commit comments