Bump version 0.7.0 / 0.5.0 → 0.8.0 (synced across launcher, updater, installer)
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) <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#define MyAppName "PROSERVE Launcher"
|
#define MyAppName "PROSERVE Launcher"
|
||||||
#define MyAppShortName "PSLauncher"
|
#define MyAppShortName "PSLauncher"
|
||||||
#define MyAppVersion "0.5.0"
|
#define MyAppVersion "0.8.0"
|
||||||
#define MyAppPublisher "ASTERION VR"
|
#define MyAppPublisher "ASTERION VR"
|
||||||
#define MyAppURL "https://asterionvr.com"
|
#define MyAppURL "https://asterionvr.com"
|
||||||
#define MyAppExeName "PSLauncher.exe"
|
#define MyAppExeName "PSLauncher.exe"
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
<Product>PROSERVE Launcher</Product>
|
<Product>PROSERVE Launcher</Product>
|
||||||
<Copyright>© 2026 ASTERION VR — All rights reserved</Copyright>
|
<Copyright>© 2026 ASTERION VR — All rights reserved</Copyright>
|
||||||
<RootNamespace>PSLauncher.App</RootNamespace>
|
<RootNamespace>PSLauncher.App</RootNamespace>
|
||||||
<Version>0.7.0</Version>
|
<Version>0.8.0</Version>
|
||||||
<AssemblyVersion>0.7.0.0</AssemblyVersion>
|
<AssemblyVersion>0.8.0.0</AssemblyVersion>
|
||||||
<FileVersion>0.7.0.0</FileVersion>
|
<FileVersion>0.8.0.0</FileVersion>
|
||||||
|
|
||||||
<!-- Single-file self-contained publish profile (used by `dotnet publish`) -->
|
<!-- Single-file self-contained publish profile (used by `dotnet publish`) -->
|
||||||
<PublishSingleFile>true</PublishSingleFile>
|
<PublishSingleFile>true</PublishSingleFile>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<AssemblyName>PSLauncher.Updater</AssemblyName>
|
<AssemblyName>PSLauncher.Updater</AssemblyName>
|
||||||
<RootNamespace>PSLauncher.Updater</RootNamespace>
|
<RootNamespace>PSLauncher.Updater</RootNamespace>
|
||||||
<Version>0.5.0</Version>
|
<Version>0.8.0</Version>
|
||||||
<ApplicationIcon>..\PSLauncher.App\Resources\favicon.ico</ApplicationIcon>
|
<ApplicationIcon>..\PSLauncher.App\Resources\favicon.ico</ApplicationIcon>
|
||||||
<Company>ASTERION VR</Company>
|
<Company>ASTERION VR</Company>
|
||||||
<Copyright>© 2026 ASTERION VR — All rights reserved</Copyright>
|
<Copyright>© 2026 ASTERION VR — All rights reserved</Copyright>
|
||||||
|
|||||||
Reference in New Issue
Block a user