Skip to content

Commit

Permalink
update release log
Browse files Browse the repository at this point in the history
  • Loading branch information
JusterZhu committed Jan 13, 2025
1 parent 29479a7 commit 82054d7
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions website/docs/releaselog/GeneralUpdateReleaselog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82054d7

Please sign in to comment.