From 8115f888c43ce39cab27026efa66e2e1efb76e20 Mon Sep 17 00:00:00 2001 From: iamboss Date: Sat, 1 Aug 2026 14:27:48 +0800 Subject: [PATCH] build(Hi.Sample.Wpf): keep the version line on 3.1 Follows the libraries back off the retracted 3.2 line: VersionPrefix returns to 3.1 and the floating HiAPI references to 3.1.*, which is what the feed serves. This build counter was never reset, so it just keeps running. Co-Authored-By: Claude Opus 5 (1M context) --- Hi.Sample.Wpf.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Hi.Sample.Wpf.csproj b/Hi.Sample.Wpf.csproj index 5932d58..82984a2 100644 --- a/Hi.Sample.Wpf.csproj +++ b/Hi.Sample.Wpf.csproj @@ -10,7 +10,7 @@ true Debug;Release 0 - 3.2.$(VersionBuild) + 3.1.$(VersionBuild) $(AssemblyName) bin\$(Platform).$(Configuration)\ DEBUG;TRACE @@ -28,8 +28,8 @@ - - + +