mirror of
https://github.com/snltty/linker.git
synced 2025-12-24 12:38:04 +08:00
166
This commit is contained in:
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@@ -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
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
<Company>snltty</Company>
|
||||
<Description>1. 适配OpenWrt的NAT
|
||||
2. 打包ipk
|
||||
3. 修复首次启动网卡未启动bug</Description>
|
||||
3. 修复首次启动网卡未启动bug
|
||||
4. 设置工作目录</Description>
|
||||
<Copyright>snltty</Copyright>
|
||||
<PackageProjectUrl>https://github.com/snltty/linker</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/snltty/linker</RepositoryUrl>
|
||||
|
||||
@@ -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
|
||||
3. 修复首次启动网卡未启动bug
|
||||
4. 设置工作目录
|
||||
Reference in New Issue
Block a user