Compare commits

..
4 Commits
Author SHA1 Message Date
iamboss 8b430ba940 chore(deploy): stamp the 3.2.12 lib generation
- webservice: docsite folder-URL static routing, per-instance step-cache db,
  constant-height panel title bars, and mission command i18n
- deploy.py: force restore on the three publishes, so a freshly bumped lib is
  not compiled against the previous generation's cached assets
- CppCore: track the two carve test headers core_main.cpp already includes
- CommonRcl/HiNcRcl/HiNcServer/UJoinRcl/UJoinServer: align the floating
  package references to the 3.2 version line

Deployed-Version: Hi.WinForm 3.2.13
2026-08-27 14:46:49 +08:00
iambossandClaude Opus 5 d10837534c build(Hi.WinForm): record the deploy build number and drop the obj-cli ignore
obj-cli/ was the deploy's redirected NuGet restore output. That redirect is
reverted: MSBuildProjectExtensionsPath is a global property, so it propagated
into every ProjectReference and each referenced project wrote its own
project.assets.json into the referencing project's directory. Restore is back in
obj/, so nothing creates obj-cli/ any more.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-25 14:47:50 +08:00
iambossandClaude Opus 5 0550c58ade build(Hi.WinForm): move to the 3.2 version line and ignore obj-cli/
obj-cli/ is deploy.py's NuGet restore output, which [Oo]bj/ does not match.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-24 20:18:50 +08:00
iambossandClaude Opus 5 18f3e36226 chore(Hi.WinForm): bump VersionBuild to 3.1.156
Carried over from a deploy.py run -- incrementPackageID bumps VersionBuild but
deploy.py only auto-commits HiAPI-docsite-2025.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-05 20:11:15 +08:00
+3 -3
View File
@@ -7,8 +7,8 @@
<RootNamespace>$(AssemblyName)</RootNamespace>
<Platforms>x64</Platforms>
<Description>WinForm Display module of HiAPI</Description>
<VersionBuild>154</VersionBuild>
<VersionPrefix>3.1.$(VersionBuild)</VersionPrefix>
<VersionBuild>13</VersionBuild>
<VersionPrefix>3.2.$(VersionBuild)</VersionPrefix>
<PackageTags>HiAPI</PackageTags>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -31,7 +31,7 @@
<ProjectReference Include="..\HiDisp\HiDisp.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)'=='Release'">
<PackageReference Include="HiDisp" Version="3.1.*" />
<PackageReference Include="HiDisp" Version="3.2.*" />
</ItemGroup>
<Import Project="..\acc\deploy_local_nupkg.targets" Condition="'$(Configuration)'=='Release'" />
<ItemGroup>