diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ad9e0055..9fb172d8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -35,7 +35,7 @@ jobs: release_name: v1.6.6.${{ steps.date.outputs.today }} draft: false prerelease: false - body: "1. 适配OpenWrt的NAT\r\n2. 打包ipk\r\n3. 修复首次启动网卡未启动bug" + body: "1. 适配OpenWrt的NAT\r\n2. 打包ipk\r\n3. 修复首次启动网卡未启动bug\r\n4. 设置工作目录" - name: publish projects run: ./publish.bat - name: upload-win-x86-oss diff --git a/src/linker/linker.csproj b/src/linker/linker.csproj index 58deae75..36d44a9c 100644 --- a/src/linker/linker.csproj +++ b/src/linker/linker.csproj @@ -22,7 +22,8 @@ snltty 1. 适配OpenWrt的NAT 2. 打包ipk -3. 修复首次启动网卡未启动bug +3. 修复首次启动网卡未启动bug +4. 设置工作目录 snltty https://github.com/snltty/linker https://github.com/snltty/linker diff --git a/version.txt b/version.txt index 757da699..6d8d0354 100644 --- a/version.txt +++ b/version.txt @@ -1,5 +1,6 @@ v1.6.6 -2025-02-08 15:42:31 +2025-02-08 15:44:38 1. 适配OpenWrt的NAT 2. 打包ipk -3. 修复首次启动网卡未启动bug \ No newline at end of file +3. 修复首次启动网卡未启动bug +4. 设置工作目录 \ No newline at end of file