Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fudiwei committed Sep 30, 2024
1 parent 3f6c1c2 commit c17df57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

- Release 3.6.1 (2024-07-15)

- **修复**修复逻辑错误。影响版本:v3.6.0。
- **修复**修复小游戏担保支付签名逻辑错误。影响版本:v3.6.0。

- Release 3.6.0 (2024-07-14)

Expand Down
2 changes: 1 addition & 1 deletion docs/DouyinOpen/Migration_V3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ v3.x 版本是一个主要版本,其中包括了一些破坏性的变化。从

### 目标框架和基础库的变更

微软官方已与 2022 年 4 月 26 日宣布中止对 .NET Framework 4.6.1 的支持。因此,本项目的最低运行时要求调整为 .NET Framework 4.6.2。
微软官方已于 2022 年 4 月 26 日宣布中止对 .NET Framework 4.6.1 的支持。因此,本项目的最低运行时要求调整为 .NET Framework 4.6.2。

与此同时,相关的 .NET 基础库(即通常在 `System.*``Microsoft.*` 命名空间下的内置依赖)版本对齐至 .NET 8.0。

Expand Down
2 changes: 1 addition & 1 deletion docs/MicroApp/Migration_V3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ v3.x 版本是一个主要版本,其中包括了一些破坏性的变化。从

### 目标框架和基础库的变更

微软官方已与 2022 年 4 月 26 日宣布中止对 .NET Framework 4.6.1 的支持。因此,本项目的最低运行时要求调整为 .NET Framework 4.6.2。
微软官方已于 2022 年 4 月 26 日宣布中止对 .NET Framework 4.6.1 的支持。因此,本项目的最低运行时要求调整为 .NET Framework 4.6.2。

与此同时,相关的 .NET 基础库(即通常在 `System.*``Microsoft.*` 命名空间下的内置依赖)版本对齐至 .NET 8.0。

Expand Down

0 comments on commit c17df57

Please sign in to comment.