Skip to content

Commit 82054d7

Browse files
committed
update release log
1 parent 29479a7 commit 82054d7

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

website/docs/releaselog/GeneralUpdateReleaselog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ tags: [log]
77

88
# 📒Release log
99

10+
## 📍2025-01-13 9.1.4
11+
12+
- Fix the execution slowness issue caused by the `Environment.SetEnvironmentVariable` function.
13+
- 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):
14+
15+
```c#
16+
"Microsoft.Bcl.AsyncInterfaces.dll",
17+
"System.Collections.Immutable.dll",
18+
"System.IO.Pipelines.dll",
19+
"System.Text.Encodings.Web.dll",
20+
"System.Text.Json.dll"
21+
```
22+
1023

1124

1225
## 📍2025-01-05 Version 9.1.2

website/i18n/en/docusaurus-plugin-content-docs/current/docs/releaselog/GeneralUpdateReleaselog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ tags: [log]
77

88
# 📒Release log
99

10+
## 📍2025-01-13 9.1.4
11+
12+
- Fix the execution slowness issue caused by the `Environment.SetEnvironmentVariable` function.
13+
- 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):
14+
15+
```c#
16+
"Microsoft.Bcl.AsyncInterfaces.dll",
17+
"System.Collections.Immutable.dll",
18+
"System.IO.Pipelines.dll",
19+
"System.Text.Encodings.Web.dll",
20+
"System.Text.Json.dll"
21+
```
22+
1023

1124

1225
## 📍2025-01-05 Version 9.1.2

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/releaselog/GeneralUpdateReleaselog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ tags: [log]
77

88
# 📒更新日志
99

10+
## 📍2025-01-13 9.1.4
11+
12+
- 修复Environment.SetEnvironmentVariable函数带来的执行缓慢问题。
13+
- 在黑名单中添加了以下ClientCore 和 Core共同引用的文件(整个打包、升级流程都不会操作这些文件):
14+
15+
```c#
16+
"Microsoft.Bcl.AsyncInterfaces.dll",
17+
"System.Collections.Immutable.dll",
18+
"System.IO.Pipelines.dll",
19+
"System.Text.Encodings.Web.dll",
20+
"System.Text.Json.dll"
21+
```
22+
1023

1124

1225
## 📍2025-01-05 9.1.2

0 commit comments

Comments
 (0)