From 25ba2484fad6ea5488685bcee302807cdbbcb4e9 Mon Sep 17 00:00:00 2001 From: Lannamokia Date: Tue, 21 Oct 2025 21:04:38 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E8=87=B31.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新VHDMounter.csproj、build.yml和app.manifest中的版本号至1.2.0 --- .github/workflows/build.yml | 2 +- VHDMounter.csproj | 3 +++ app.manifest | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c9c208..fddc655 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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") { diff --git a/VHDMounter.csproj b/VHDMounter.csproj index ce6bf4f..a492004 100644 --- a/VHDMounter.csproj +++ b/VHDMounter.csproj @@ -5,6 +5,9 @@ net6.0-windows true app.manifest + 1.2.0 + 1.2.0.0 + 1.2.0.0 diff --git a/app.manifest b/app.manifest index 5a504a0..479d59e 100644 --- a/app.manifest +++ b/app.manifest @@ -1,6 +1,6 @@ - +