From 85d5515a975184736eccad4ec3f579ae6bb1d500 Mon Sep 17 00:00:00 2001 From: iamboss Date: Sat, 1 Aug 2026 14:27:48 +0800 Subject: [PATCH] build(Hi.WpfPlus): keep the package line on 3.1 and resume the build counter The 3.2 line is retracted -- the major version stays fixed for commercial positioning, so 3.1 remains the development line. Version stamp only; no code changed on the way out or back. VersionBuild resumes at 158, where it stood before the detour, instead of restarting from the 143 the feed serves. Everything between was built locally and stamped into real assemblies even though deploy.py deliberately withholds the upload until the API has settled commercially, and re-minting a spent number with different code is the one failure that yields two Hi.WpfPlus.dll claiming the same version. Next upload is 3.1.159; the 143 -> 159 gap on the feed is intended. 3.2.1 was packed locally and never uploaded, so nothing outside this machine saw the 3.2 line at all. Co-Authored-By: Claude Opus 5 (1M context) --- Hi.WpfPlus.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Hi.WpfPlus.csproj b/Hi.WpfPlus.csproj index ea35e92..b13757b 100644 --- a/Hi.WpfPlus.csproj +++ b/Hi.WpfPlus.csproj @@ -12,8 +12,8 @@ HiAPI wpf canvas. Debug;Release - 0 - 3.2.$(VersionBuild) + 158 + 3.1.$(VersionBuild) Hi.WpfPlus HiAPI win-x64 @@ -29,7 +29,7 @@ - + true