From 1473e5185c12aeb1ea4e4e9419646b2232132980 Mon Sep 17 00:00:00 2001 From: "j.foucher" Date: Sun, 3 May 2026 08:29:02 +0200 Subject: [PATCH] =?UTF-8?q?v0.10.0=20=E2=80=94=20DB=20migration=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps version across the three places it lives: - PSLauncher.App.csproj : 0.9.0 → 0.10.0 - PSLauncher.Updater.csproj : 0.8.0 → 0.10.0 (catch-up; the updater hadn't been bumped since 0.8 — version doesn't gate behavior, just matches the .exe metadata) - installer/PSLauncher.iss : 0.8.0 → 0.10.0 (installer artifact name PSLauncher-Setup-0.10.0.exe) This release adds bundled SQL migrations applied automatically after each PROSERVE install, so a new build that needs schema changes ships the .sql alongside its binaries and the launcher rolls them out without manual intervention. 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 ced1f08..b3173fe 100644 --- a/installer/PSLauncher.iss +++ b/installer/PSLauncher.iss @@ -11,7 +11,7 @@ #define MyAppName "PROSERVE Launcher" #define MyAppShortName "PSLauncher" -#define MyAppVersion "0.8.0" +#define MyAppVersion "0.10.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 47667a7..cbeff65 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.9.0 - 0.9.0.0 - 0.9.0.0 + 0.10.0 + 0.10.0.0 + 0.10.0.0 true diff --git a/src/PSLauncher.Updater/PSLauncher.Updater.csproj b/src/PSLauncher.Updater/PSLauncher.Updater.csproj index 0ecf975..01fc9aa 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.8.0 + 0.10.0 ..\PSLauncher.App\Resources\favicon.ico ASTERION VR © 2026 ASTERION VR — All rights reserved