From 038e7469d218a08d9c0c304d0327eaeb05f0e7e1 Mon Sep 17 00:00:00 2001 From: iamboss Date: Sun, 26 Jul 2026 18:00:19 +0800 Subject: [PATCH] build(Hi.Sample): move the version line to 3.2 and retarget HiAPI references VersionPrefix follows the workspace onto the 3.2 line and the floating HiAPI package references move from 3.1.* to 3.2.*, which is what the libraries now publish. The build counter keeps running -- only the packages on the Gitea feed restart, the same split as the 1.4 -> 3.1 move. The last 3.1 build of this repo is tagged and kept alive on support/3.1. 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 1d88d08..76c21e7 100644 --- a/Hi.Sample.csproj +++ b/Hi.Sample.csproj @@ -11,7 +11,7 @@ Debug;Release 0 - 3.1.$(VersionBuild) + 3.2.$(VersionBuild) $(AssemblyName) techcoordinate.ico Copyright 2025 Tech Coordinate Co., Ltd. @@ -32,7 +32,7 @@ - + \ No newline at end of file