File tree Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 1- version : 5.1.2 .{build}
1+ version : 5.1.3 .{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)' == ''" >2 </VersionPatch >
5+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >3 </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.2 " overwrite =" false" />
17- <property name =" project.version.numeric" value =" 5.1.2 " overwrite =" false" />
16+ <property name =" project.version" value =" 5.1.3 " overwrite =" false" />
17+ <property name =" project.version.numeric" value =" 5.1.3 " 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.3
2+ =============================
3+
4+ Release notes - NHibernate - Version 5.1.3
5+
6+ ** Bug
7+
8+ * #1741 Fix DbType.Binary registration in DB2Dialect
9+ * #1732 Dictionary failure in Loader
10+ * #1730 Query cache always missed in session having altered the entities
11+ * #1711 Fix static proxy serialization
12+
13+ ** Task
14+
15+ * #1716 Release 5.1.3
16+
17+
118Build 5.1.2
219=============================
320
You can’t perform that action at this time.
0 commit comments