File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
44 <VersionMinor Condition =" '$(VersionMinor)' == ''" >0</VersionMinor >
5- <VersionPatch Condition =" '$(VersionPatch)' == ''" >5 </VersionPatch >
5+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >6 </VersionPatch >
66 <VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
77
88 <VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
Original file line number Diff line number Diff line change 3030
3131 <!-- This is used only for build folder -->
3232 <!-- TODO: Either remove or refactor to use NHibernate.props -->
33- <property name =" project.version" value =" 5.0.5 " overwrite =" false" />
34- <property name =" project.version.numeric" value =" 5.0.5 " overwrite =" false" />
33+ <property name =" project.version" value =" 5.0.6 " overwrite =" false" />
34+ <property name =" project.version.numeric" value =" 5.0.6 " overwrite =" false" />
3535
3636 <!-- properties used to connect to database for testing -->
3737 <include buildfile =" nhibernate-properties.xml" />
Original file line number Diff line number Diff line change 1- Build 5.0.5
1+ Build 5.0.6
2+ =============================
3+
4+ Release notes - NHibernate - Version 5.0.6
5+
6+ ** Bug
7+ * #1672 Generated async methods do not correctly propagate OperationCanceledException
8+ * #1355 NH-3928 - Random invalid SQL generated when using bitwise operators
9+
10+ ** Task
11+ * #1686 Release 5.0.6
12+
13+ Build 5.0.5
214=============================
315
416Release notes - NHibernate - Version 5.0.5
You can’t perform that action at this time.
0 commit comments