build: 更新项目版本至1.2.0

更新VHDMounter.csproj、build.yml和app.manifest中的版本号至1.2.0
This commit is contained in:
Lannamokia
2025-10-21 21:04:38 +08:00
parent 990aeaa1e0
commit 25ba2484fa
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
- name: Get version
id: version
run: |
$version = "1.0.0"
$version = "1.2.0"
if ($env:GITHUB_REF -like "refs/tags/*") {
$version = $env:GITHUB_REF -replace "refs/tags/v?", ""
} elseif ($env:GITHUB_EVENT_NAME -eq "pull_request") {