WebSocket组件降低Newtonsoft.Json对Net版本依赖

This commit is contained in:
zqm
2026-02-05 10:28:17 +08:00
parent 926f1998e3
commit cc39fd577d
5 changed files with 8 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ $licenseUrl = "https://opensource.org/licenses/MIT"
$iconFileName = "CubeLib.ico"
$iconSourcePath = Join-Path $scriptDir $iconFileName
$iconUrl = "http://47.111.181.23:8081/repository/gradle/main/CubeLib.ico"
$releaseNotes = "WebSocket组件初始版本,支持客户端和服务器功能"
$releaseNotes = "WebSocket组件降低Newtonsoft.Json对Net版本依赖"
# 其他设置
$nupkgFileName = "$packageId.$version.nupkg"