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) <noreply@anthropic.com>
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) <noreply@anthropic.com>
DemoUseSessionMessageHost now reads ShellProgress / NcDiagnosticProgress /
StepDiagnosticProgress (severity + id + notification, with the per-kind NC-line
/ step anchors). Drop DemoUseSessionMessageHost2 — its premise (reading
MachiningStep objects out of the mixed message list) dissolves under the
partition; step-data demos live in ShowStepPresent and SessionStepBuilt.
DemoUseMachiningProject's abnormal-message log now subscribes the three sinks'
MessageAdded events (shell via the OnShellMessageAdded app-lifetime bridge).
Part of MixedProgress0 retirement (migration P6). Build x64 green.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
CollectionItemAdded is an event on MixedProgress0; the new SessionProgress sink does not expose it. Follows the SessionProgress->MixedProgress property rename.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
UserService moved out of the HiNc core package; Hi.Sample keeps its own copy under Sample.Common so the DemoSessionMessage #ShowStepPresent region (a live docfx code snippet referenced by two app-anatomy pages) still compiles.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Static ctor rewritten as public static void Reg(XFactory factory = null).
Part of the workspace-wide ~270-class XFactory refactor; see HiGeom commit
for the XFactory instance refactor and full pattern rationale.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>