From 986b710a5ae49d6b412aef5033433a3e65c4d66e Mon Sep 17 00:00:00 2001 From: Chris Knight Date: Tue, 25 Aug 2026 23:17:23 -0400 Subject: [PATCH] Prepare 0.8.0: bump versions across all four places A minor, not a patch, bump: this release adds new diagnostics (the stale-build pre-flight, inventory-hygiene reporting, new MCP response fields) and changes a default - a mod marked Enabled=0 in mods.settings is no longer scanned for conflicts, which changes the conflict count an existing install reports. All four copies of the number move together, as release.yml's verify-version job requires: AssemblyInfo.cs's AssemblyVersion/AssemblyFileVersion, the Headless csproj's , the Vortex extension's DEFAULT_WSM_VERSION (which selects which release the extension downloads, so leaving it behind ships an extension that fetches the previous build), and the v0.8.0 tag itself. The extension's own version (package.json/info.json, 0.2.0) tracks separately and is unchanged. 239 .NET tests pass; extension typecheck, lint and 225 unit tests pass; format check clean. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01N6y39x9F3SKcS4hhpw85Yi --- .../WitcherScriptMerger.Headless.csproj | 2 +- WitcherScriptMerger/Properties/AssemblyInfo.cs | 4 ++-- vortex-extension/src/githubRelease.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WitcherScriptMerger.Headless/WitcherScriptMerger.Headless.csproj b/WitcherScriptMerger.Headless/WitcherScriptMerger.Headless.csproj index 2097e22..41d997a 100644 --- a/WitcherScriptMerger.Headless/WitcherScriptMerger.Headless.csproj +++ b/WitcherScriptMerger.Headless/WitcherScriptMerger.Headless.csproj @@ -10,7 +10,7 @@ GenerateAssemblyInfo=false (see its CLAUDE.md), so it can't pick up this property; this one has no such override, so GenerateAssemblyInfo (default true) stamps AssemblyVersion/AssemblyFileVersion/AssemblyInformationalVersion from it. --> - 0.7.0 + 0.8.0