Skip to content

Commit af55950

Browse files
committed
Update release logs for versions 10.0.0 and 9.5.10
Added entries for 10.0.0 and 9.5.10 releases in English and Chinese release logs. Updates include .NET 10 adaptation, new script execution method, bug fixes for file handling and environment variables on Linux, executable permission setting, and function refactoring.
1 parent 32ebe4e commit af55950

3 files changed

Lines changed: 51 additions & 0 deletions

File tree

website/docs/releaselog/GeneralUpdateReleaselog.md

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

88
# 📒Release log
99

10+
### 📍2026-01-06 10.0.0
11+
12+
- Adapt to .NET 10 upgrade and update the versions of referenced components.
13+
- Add scripted execution of GeneralUpdate via `dotnet run x.cs` for .NET 10.
14+
- Refactor part of the functions.
15+
16+
17+
18+
### 📍2026-01-01 9.5.10
19+
20+
- Fix the file occupation issue in `BinaryHandler` caused by `File.Move(_newfilePath, _oldfilePath)`.
21+
- Fix the null value issue of `Environments.GetEnvironmentVariable("ProcessInfo")` on Linux.
22+
- Add the function to set executable permissions for updated files on Linux.
23+
- Refactor part of the functions.
24+
25+
26+
1027
## 📍2025-02-20 9.1.6
1128

1229
- Fix OSS to directly terminate the current process when no update is required.

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

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

88
# 📒Release log
99

10+
- ### 📍2026-01-06 10.0.0
11+
12+
- Adapt to .NET 10 upgrade and update the versions of referenced components.
13+
- Add scripted execution of GeneralUpdate via `dotnet run x.cs` for .NET 10.
14+
- Refactor part of the functions.
15+
16+
17+
18+
### 📍2026-01-01 9.5.10
19+
20+
- Fix the file occupation issue in `BinaryHandler` caused by `File.Move(_newfilePath, _oldfilePath)`.
21+
- Fix the null value issue of `Environments.GetEnvironmentVariable("ProcessInfo")` on Linux.
22+
- Add the function to set executable permissions for updated files on Linux.
23+
- Refactor part of the functions.
24+
25+
26+
1027
## 📍2025-02-20 9.1.6
1128

1229
- Fix OSS to directly terminate the current process when no update is required.

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

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

88
# 📒更新日志
99

10+
## 📍2026-01-06 10.0.0
11+
12+
- 适配.NET10升级引用组件版本。
13+
- 新增.NET 10 dotnet run x.cs脚本化运行GeneralUpdate。
14+
- 重构部分功能。
15+
16+
17+
18+
## 📍2026-01-01 9.5.10
19+
20+
- 修复BinaryHandler中File.Move(_newfilePath, _oldfilePath);文件占用问题。
21+
- 修复在 linux 下 Environments.GetEnvironmentVariable("ProcessInfo") 为空问题。
22+
- 新增在Linux 中给更新后的文件设置可执行程序权限。
23+
- 重构部分功能。
24+
25+
26+
1027
## 📍2025-02-20 9.1.6
1128

1229
- 修复OSS无需更新的时候直接关闭当前进程。

0 commit comments

Comments
 (0)