Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Sep 4, 2024
1 parent 24d504d commit d6d5f24
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.7

- name: Download ${{ env.PROJECT_NAME }}-zh-Hans artifact from windows-latest
uses: actions/[email protected]
Expand Down
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<ErrorReport>none</ErrorReport>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<NoWarn>$(NoWarn),CA1863</NoWarn>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<NeutralLanguage>zh-cn</NeutralLanguage>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Command: `UPDATEPLUGINS stable ASFEnhance`

| ASFEnhance Version | Depended ASF Version | Description |
| ---------------------------------------------------------------------- | :------------------: | -------------------------------------------------------- |
| [2.2.3.1](https://github.com/chr233/ASFEnhance/releases/tag/2.2.3.1) | 6.0.6.4 | ASF -> 6.0.6.4, support non-generic version |
| [2.2.3.2](https://github.com/chr233/ASFEnhance/releases/tag/2.2.3.2) | 6.0.6.4 | ASF -> 6.0.6.4, support non-generic version |
| [2.2.1.1](https://github.com/chr233/ASFEnhance/releases/tag/2.2.1.1) | 6.0.5.2 | 新增 `NOTIFICATION` 命令, bugfix |
| [2.2.0.1](https://github.com/chr233/ASFEnhance/releases/tag/2.2.0.1) | 6.0.5.2 | ASF -> 6.0.5.2, 改进翻译 |
| [2.1.12.0](https://github.com/chr233/ASFEnhance/releases/tag/2.1.12.0) | 6.0.4.4 | 改进翻译, 新增 `IGNOREGAME` 命令 |
Expand Down
Loading

0 comments on commit d6d5f24

Please sign in to comment.