diff --git a/appveyor.yml b/appveyor.yml index 79ba2ba48ac..16e62c4e3be 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.2.6.{build} +version: 5.2.7.{build} image: Visual Studio 2017 environment: matrix: diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index cf37cbd7796..0bbd116d879 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -3,7 +3,7 @@ 5 2 - 6 + 7 $(VersionMajor).$(VersionMinor).$(VersionPatch) diff --git a/build-common/common.xml b/build-common/common.xml index ebcdb4ccb5e..ce7f38bd441 100644 --- a/build-common/common.xml +++ b/build-common/common.xml @@ -13,8 +13,8 @@ - - + + diff --git a/releasenotes.txt b/releasenotes.txt index a64f2f0e7d7..0f7e536aed8 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,20 @@ +Build 5.2.7 +============================= + +Release notes - NHibernate - Version 5.2.7 + +4 issues were resolved in this release. + +** Bug + + * #2302 Backport sqlite.binaryguid to configuration schema + * #2298 Dml Linq Update Produce Wrong Sql + * #2296 Missing Row Count in Debug Log for Future queries + +** Task + + * #2303 Release 5.2.7 + Build 5.2.6 =============================