From 84f9828233bcc8383e7cfa3d9fdc9c4fa1ab02cf Mon Sep 17 00:00:00 2001 From: iamboss Date: Sat, 1 Aug 2026 14:27:48 +0800 Subject: [PATCH] build(Hi.Sample): 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.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hi.Sample.csproj b/Hi.Sample.csproj index 76c21e7..1d88d08 100644 --- a/Hi.Sample.csproj +++ b/Hi.Sample.csproj @@ -11,7 +11,7 @@ Debug;Release 0 - 3.2.$(VersionBuild) + 3.1.$(VersionBuild) $(AssemblyName) techcoordinate.ico Copyright 2025 Tech Coordinate Co., Ltd. @@ -32,7 +32,7 @@ - + \ No newline at end of file