From 27edac905eb21dc13c33089ef10e44f118392bf7 Mon Sep 17 00:00:00 2001 From: Chris Knight Date: Tue, 11 Aug 2026 08:46:02 -0400 Subject: [PATCH] Bump version to 0.6.3 for the hardening-pass release Includes the function-level merge gap-handling fix (PR #27), headless overwrite semantics (PR #28), the extension's first-run download trigger + existing-install override (PR #30), and the cleanup/notification fixes (PRs #29/#31). All three version sites bumped in sync per release.yml's verify-version job: AssemblyInfo.cs, the Headless csproj , and the extension's DEFAULT_WSM_VERSION (so the new download button acquires the build that includes these fixes). Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01GXAuGMLB44T5Zv5o5ZzKah --- .../WitcherScriptMerger.Headless.csproj | 6 +- .../Properties/AssemblyInfo.cs | 78 +++++++++---------- vortex-extension/src/githubRelease.ts | 2 +- 3 files changed, 43 insertions(+), 43 deletions(-) diff --git a/WitcherScriptMerger.Headless/WitcherScriptMerger.Headless.csproj b/WitcherScriptMerger.Headless/WitcherScriptMerger.Headless.csproj index c117d2b..c000f20 100644 --- a/WitcherScriptMerger.Headless/WitcherScriptMerger.Headless.csproj +++ b/WitcherScriptMerger.Headless/WitcherScriptMerger.Headless.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,11 +6,11 @@ WitcherScriptMerger.Headless WitcherScriptMerger.Headless - 0.6.2 + 0.6.3