diff --git a/website/docs/releaselog/GeneralUpdateReleaselog.md b/website/docs/releaselog/GeneralUpdateReleaselog.md index f3ad464..8ceb2dc 100644 --- a/website/docs/releaselog/GeneralUpdateReleaselog.md +++ b/website/docs/releaselog/GeneralUpdateReleaselog.md @@ -7,6 +7,19 @@ tags: [log] # 📒Release log +## 📍2025-01-13 9.1.4 + +- Fix the execution slowness issue caused by the `Environment.SetEnvironmentVariable` function. +- Added the following files common to ClientCore and Core to the blacklist (these files will not be operated on during the entire packaging and upgrade process): + +```c# +"Microsoft.Bcl.AsyncInterfaces.dll", +"System.Collections.Immutable.dll", +"System.IO.Pipelines.dll", +"System.Text.Encodings.Web.dll", +"System.Text.Json.dll" +``` + ## 📍2025-01-05 Version 9.1.2 diff --git a/website/i18n/en/docusaurus-plugin-content-docs/current/docs/releaselog/GeneralUpdateReleaselog.md b/website/i18n/en/docusaurus-plugin-content-docs/current/docs/releaselog/GeneralUpdateReleaselog.md index 1228120..b2215b0 100644 --- a/website/i18n/en/docusaurus-plugin-content-docs/current/docs/releaselog/GeneralUpdateReleaselog.md +++ b/website/i18n/en/docusaurus-plugin-content-docs/current/docs/releaselog/GeneralUpdateReleaselog.md @@ -7,6 +7,19 @@ tags: [log] # 📒Release log +## 📍2025-01-13 9.1.4 + +- Fix the execution slowness issue caused by the `Environment.SetEnvironmentVariable` function. +- Added the following files common to ClientCore and Core to the blacklist (these files will not be operated on during the entire packaging and upgrade process): + +```c# +"Microsoft.Bcl.AsyncInterfaces.dll", +"System.Collections.Immutable.dll", +"System.IO.Pipelines.dll", +"System.Text.Encodings.Web.dll", +"System.Text.Json.dll" +``` + ## 📍2025-01-05 Version 9.1.2 diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/releaselog/GeneralUpdateReleaselog.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/releaselog/GeneralUpdateReleaselog.md index 74e19e9..4ef1b32 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/releaselog/GeneralUpdateReleaselog.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/releaselog/GeneralUpdateReleaselog.md @@ -7,6 +7,19 @@ tags: [log] # 📒更新日志 +## 📍2025-01-13 9.1.4 + +- 修复Environment.SetEnvironmentVariable函数带来的执行缓慢问题。 +- 在黑名单中添加了以下ClientCore 和 Core共同引用的文件(整个打包、升级流程都不会操作这些文件): + +```c# +"Microsoft.Bcl.AsyncInterfaces.dll", +"System.Collections.Immutable.dll", +"System.IO.Pipelines.dll", +"System.Text.Encodings.Web.dll", +"System.Text.Json.dll" +``` + ## 📍2025-01-05 9.1.2