From 545be22235c7d679bc5b71b330d946f4c8318fc7 Mon Sep 17 00:00:00 2001 From: iamboss Date: Sat, 1 Aug 2026 14:27:47 +0800 Subject: [PATCH] build(Hi.WinForm): 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 154, where it stood before the detour, instead of restarting from the 139 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.WinForm.dll claiming the same version. Next upload is 3.1.155; the 139 -> 155 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.WinForm.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Hi.WinForm.csproj b/Hi.WinForm.csproj index b6e2694..e8ebc8a 100644 --- a/Hi.WinForm.csproj +++ b/Hi.WinForm.csproj @@ -7,8 +7,8 @@ $(AssemblyName) x64 WinForm Display module of HiAPI - 0 - 3.2.$(VersionBuild) + 154 + 3.1.$(VersionBuild) HiAPI win-x64 true @@ -31,7 +31,7 @@ - +