未验证 提交 dd17017b 编写于 作者: F Frédéric Delaporte 提交者: GitHub

Release 5.4.4 (#3386)

上级 c9d0a951
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<NhVersion Condition="'$(NhVersion)' == ''" >5.4</NhVersion> <NhVersion Condition="'$(NhVersion)' == ''" >5.4</NhVersion>
<VersionPatch Condition="'$(VersionPatch)' == ''">4</VersionPatch> <VersionPatch Condition="'$(VersionPatch)' == ''">4</VersionPatch>
<!-- Clear VersionSuffix for making release and set it to dev for making development builds --> <!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
<VersionSuffix Condition="'$(VersionSuffix)' == ''">dev</VersionSuffix> <VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
<LangVersion Condition="'$(MSBuildProjectExtension)' != '.vbproj'">9.0</LangVersion> <LangVersion Condition="'$(MSBuildProjectExtension)' != '.vbproj'">9.0</LangVersion>
<VersionPrefix Condition="'$(VersionPrefix)' == ''">$(NhVersion).$(VersionPatch)</VersionPrefix> <VersionPrefix Condition="'$(VersionPrefix)' == ''">$(NhVersion).$(VersionPatch)</VersionPrefix>
......
Build 5.4.3 Build 5.4.4
=============================
Release notes - NHibernate - Version 5.4.4
6 issues were resolved in this release.
** Bug
* #3359 2nd level cache GetMany ineffective for collections
* #3354 Invalid program generated by FieldInterceptorProxyBuilder for indexer property getter
* #3352 Fetch throws "could not resolve property" error for a property that is not mapped
** Improvement
* #3368 Allow internal entity classes/interfaces in .NET Standard 2.0 for field interceptor
** Task
* #3386 Release 5.4.4
* #3367 Update readme with actual dev build information for 5.4
Build 5.4.3
============================= =============================
Release notes - NHibernate - Version 5.4.3 Release notes - NHibernate - Version 5.4.3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册