From c24e67f5604ab6e6e6f98e09aaa2bbeb2801fd02 Mon Sep 17 00:00:00 2001 From: "j.foucher" Date: Sat, 2 May 2026 11:06:51 +0200 Subject: [PATCH] Bump app version 0.5.0 -> 0.6.0 for the self-update test loop The auto-update test was looping: the manifest declared launcher v0.6.0 but the binary uploaded as PSLauncher-0.6.0.exe was still internally v0.5.0 (same file, just renamed). After swap, the new launcher's AssemblyVersion still reported 0.5.0, the manifest still advertised 0.6.0, and the prompt fired on every restart. Bump / / to 0.6.0 so the freshly published PSLauncher.exe genuinely identifies as 0.6.0. After the swap, IsNewerThanCurrent will return false and the prompt will stop reappearing. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/PSLauncher.App/PSLauncher.App.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PSLauncher.App/PSLauncher.App.csproj b/src/PSLauncher.App/PSLauncher.App.csproj index db3a675..f675b5c 100644 --- a/src/PSLauncher.App/PSLauncher.App.csproj +++ b/src/PSLauncher.App/PSLauncher.App.csproj @@ -12,9 +12,9 @@ PSLauncher PSLauncher.App - 0.5.0 - 0.5.0.0 - 0.5.0.0 + 0.6.0 + 0.6.0.0 + 0.6.0.0 true