From 83088eefa5d002526dae8d1e841937a3b4f43a21 Mon Sep 17 00:00:00 2001 From: Allan Thraen Date: Wed, 19 Aug 2026 19:48:43 +0200 Subject: [PATCH] chore(release): set version to 0.6.0 and unpin FileVersion AssemblyVersion and FileVersion were hardcoded to 0.3.4.0 while CI only overrides Version (via -p:Version= from the git tag). The two never met, so every release up to and including v0.5.0 shipped binaries whose Windows file-properties dialog read "File version 0.3.4.0" against "Product version 0.5.0". Removed both pinned elements so they derive from Version, and set Version to 0.6.0 for local build clarity. CI still overrides it from the tag. Verified with a CI-shaped publish (-p:Version=0.6.0): FileVersion : 0.6.0.0 (was 0.3.4.0) ProductVersion : 0.6.0+a13bca5 Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01NDsEfog5kVkT5NmX1Ya5be --- src/CodeShellManager/CodeShellManager.csproj | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/CodeShellManager/CodeShellManager.csproj b/src/CodeShellManager/CodeShellManager.csproj index c531dc9..cef6532 100644 --- a/src/CodeShellManager/CodeShellManager.csproj +++ b/src/CodeShellManager/CodeShellManager.csproj @@ -9,9 +9,11 @@ true true CodeShellManager - 0.3.4 - 0.3.4.0 - 0.3.4.0 + + 0.6.0 Assets\app.ico