feat: 版本更新日志组件 (#96)

This commit is contained in:
2024-03-02 23:06:04 +08:00
committed by GitHub
parent 8fee14cd6e
commit a37acc4b55
130 changed files with 978 additions and 3246 deletions

View File

@ -23,5 +23,5 @@ while ($null -eq $files[[int]$file - 1])
}
$file = [int]$file - 1
Copy-Item $files[$file] 'switcher.json' -Force
dotnet dnt $targets[$key] ../NetAdmin.sln
dnt $targets[$key] ../NetAdmin.sln
Remove-Item switcher.json