From 2dc9c98d1e2e780d2752b43ee958eb5ccc459f8d Mon Sep 17 00:00:00 2001 From: "j.foucher" Date: Sat, 2 May 2026 12:01:55 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.7.0=20/=200.5.0=20=E2=86=92?= =?UTF-8?q?=200.8.0=20(synced=20across=20launcher,=20updater,=20installer)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After the auto-update test loop the App was at 0.7.0 and Updater / Inno Setup were still at 0.5.0. Sync everything to 0.8.0 so a single version covers the recent batch of branding + UX changes: - Default installRoot is C:\ASTERION_VR - ASTERION favicon (window icons + .exe icon + Setup icon) - ASTERION wordmark left of PROSERVE in the top bar - Centered, readable "© 2026 ASTERION VR — Tous droits réservés" pill - Window control hover in blue (was unreadable yellow) - Background image anchored bottom-right so the brand mark doesn't get cropped on resize or hidden by the download footer - Launcher window minimizes when a Proserve version is launched Next time the operator pushes a release, "Définir" 0.8.0 in the backoffice → upload PSLauncher-0.8.0.exe → click the blue Sync. Existing 0.7.0 launchers will then auto-update to 0.8.0. Co-Authored-By: Claude Opus 4.7 (1M context) --- installer/PSLauncher.iss | 2 +- src/PSLauncher.App/PSLauncher.App.csproj | 6 +++--- src/PSLauncher.Updater/PSLauncher.Updater.csproj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/installer/PSLauncher.iss b/installer/PSLauncher.iss index c657b02..9b88e23 100644 --- a/installer/PSLauncher.iss +++ b/installer/PSLauncher.iss @@ -11,7 +11,7 @@ #define MyAppName "PROSERVE Launcher" #define MyAppShortName "PSLauncher" -#define MyAppVersion "0.5.0" +#define MyAppVersion "0.8.0" #define MyAppPublisher "ASTERION VR" #define MyAppURL "https://asterionvr.com" #define MyAppExeName "PSLauncher.exe" diff --git a/src/PSLauncher.App/PSLauncher.App.csproj b/src/PSLauncher.App/PSLauncher.App.csproj index dda8424..c263904 100644 --- a/src/PSLauncher.App/PSLauncher.App.csproj +++ b/src/PSLauncher.App/PSLauncher.App.csproj @@ -15,9 +15,9 @@ PROSERVE Launcher © 2026 ASTERION VR — All rights reserved PSLauncher.App - 0.7.0 - 0.7.0.0 - 0.7.0.0 + 0.8.0 + 0.8.0.0 + 0.8.0.0 true diff --git a/src/PSLauncher.Updater/PSLauncher.Updater.csproj b/src/PSLauncher.Updater/PSLauncher.Updater.csproj index 86db330..8167776 100644 --- a/src/PSLauncher.Updater/PSLauncher.Updater.csproj +++ b/src/PSLauncher.Updater/PSLauncher.Updater.csproj @@ -8,7 +8,7 @@ latest PSLauncher.Updater PSLauncher.Updater - 0.5.0 + 0.8.0 ..\PSLauncher.App\Resources\favicon.ico ASTERION VR © 2026 ASTERION VR — All rights reserved