feat(openai): bump version to v2.0.0-rc.7

This commit is contained in:
Fu Diwei 2022-03-14 19:04:51 +08:00
parent 80c8a841b3
commit 56147aa9f3
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat</PackageProjectUrl>
<PackageTags>Flurl.Http Wechat Weixin MicroMessage WechatAI WechatOpenAI WexinAI WeixinOpenAI 微信 微信智能对话 微信对话开放平台 微信智能对话开放平台 智能对话平台</PackageTags>
<Version>2.0.0-rc.6</Version>
<Version>2.0.0-rc.7</Version>
<Description>基于 Flurl.Http 的微信对话开放平台(微信智能对话) API 客户端支持平台接入、第三方接入模式支持智能对话、NLP、通用接口、机器人、技能、意图、语义槽、词典、词条、对话开放接口、技能商店、数据统计等功能。</Description>
<Authors>Fu Diwei</Authors>
<RepositoryType>git</RepositoryType>

View File

@ -175,10 +175,10 @@ namespace SKIT.FlurlHttpClient.Wechat.TenpayV3.Utilities
else if (entryValueType.IsClass)
{
InnerReplacePropertyStringValue(ref entryValue, replacement);
if (!dict.IsReadOnly)
{
dict[entry.Key] = entryValue;
}
//if (!dict.IsReadOnly)
//{
// dict[entry.Key] = entryValue;
//}
}
else
{