Skip to content

Commit e5e42aa

Browse files
committed
chore(ci): 分开设置 .NET SDK 版本以提高可读性
docs(readme): 更新 README 以包含开发构建链接
1 parent 02cea14 commit e5e42aa

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020

21-
- name: Setup .NET SDKs
21+
- name: Setup .NET 10 SDK
2222
uses: actions/setup-dotnet@v4
2323
with:
24-
dotnet-version: |
25-
10.0.x
26-
9.0.x
27-
include-prerelease: true
24+
dotnet-version: 10.0.x
25+
26+
- name: Setup .NET 9 SDK
27+
uses: actions/setup-dotnet@v4
28+
with:
29+
dotnet-version: 9.0.x
2830

2931
- name: Restore
3032
run: |

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
LTWProtocolConverter 是一个基于 .NET 的命令行工具,可在 APICORE JSON 配置与小树壁纸源(Little Tree Wallpaper Next v2.0)TOML 文件之间进行双向转换。
44

5+
> [!TIP]
6+
> 您可以在 https://github.com/IntelliMarkets/LTW_Protocol_Converter/actions 获取最新的开发构建
7+
58
## 功能
69

710
- **merge**:将多个 APICORE JSON 按照约定合并为一个壁纸源(内置 APICORE Schema,无需额外文件)。

0 commit comments

Comments
 (0)