diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index 1c4f9de5b17..0955ccefdfb 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -2,7 +2,7 @@ 5 0 - 3 + 4 $(VersionMajor).$(VersionMinor).$(VersionPatch) diff --git a/build-common/common.xml b/build-common/common.xml index 2b69e9167c0..4c23f8233b6 100644 --- a/build-common/common.xml +++ b/build-common/common.xml @@ -30,8 +30,8 @@ - - + + diff --git a/releasenotes.txt b/releasenotes.txt index fae23a92f4c..6b3525e924c 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,4 +1,12 @@ -Build 5.0.3 +Build 5.0.4 +============================= + +Release notes - NHibernate - Version 5.0.4 + +** Bug + * #1658 Add missing cache setting + +Build 5.0.3 ============================= Release notes - NHibernate - Version 5.0.3 diff --git a/src/NHibernate/nhibernate-configuration.xsd b/src/NHibernate/nhibernate-configuration.xsd index 69a232a0f37..de6614c7294 100644 --- a/src/NHibernate/nhibernate-configuration.xsd +++ b/src/NHibernate/nhibernate-configuration.xsd @@ -90,6 +90,15 @@ + + + + The use_sliding_expiration value is whether you wish to use a sliding expiration or not. Defaults + to false. Not all providers support this setting, it may be ignored. Check their respective + documentation. + + +