From 3594e5516bcf0899676b204c08522e3b5da0a3ed Mon Sep 17 00:00:00 2001 From: Gaoyang Date: Wed, 5 Aug 2026 15:33:43 +0800 Subject: [PATCH] feat: set MinVer tag prefix to v for Cli and WPF projects Aligns versioning with the release workflow, which already gates on tags matching refs/tags/v*. --- src/AIUsageMonitor.Cli/AIUsageMonitor.Cli.csproj | 1 + src/AIUsageMonitor.WPF/AIUsageMonitor.WPF.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/AIUsageMonitor.Cli/AIUsageMonitor.Cli.csproj b/src/AIUsageMonitor.Cli/AIUsageMonitor.Cli.csproj index 90ae638..413dc99 100644 --- a/src/AIUsageMonitor.Cli/AIUsageMonitor.Cli.csproj +++ b/src/AIUsageMonitor.Cli/AIUsageMonitor.Cli.csproj @@ -18,6 +18,7 @@ Exe net10.0 aimon + v true true diff --git a/src/AIUsageMonitor.WPF/AIUsageMonitor.WPF.csproj b/src/AIUsageMonitor.WPF/AIUsageMonitor.WPF.csproj index 159fd65..bca2cab 100644 --- a/src/AIUsageMonitor.WPF/AIUsageMonitor.WPF.csproj +++ b/src/AIUsageMonitor.WPF/AIUsageMonitor.WPF.csproj @@ -20,6 +20,7 @@ WinExe net10.0-windows10.0.19041 true + v true true