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 <Version> / <AssemblyVersion> / <FileVersion> 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) <noreply@anthropic.com>
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
<ApplicationIcon></ApplicationIcon>
|
||||
<AssemblyName>PSLauncher</AssemblyName>
|
||||
<RootNamespace>PSLauncher.App</RootNamespace>
|
||||
<Version>0.5.0</Version>
|
||||
<AssemblyVersion>0.5.0.0</AssemblyVersion>
|
||||
<FileVersion>0.5.0.0</FileVersion>
|
||||
<Version>0.6.0</Version>
|
||||
<AssemblyVersion>0.6.0.0</AssemblyVersion>
|
||||
<FileVersion>0.6.0.0</FileVersion>
|
||||
|
||||
<!-- Single-file self-contained publish profile (used by `dotnet publish`) -->
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
|
||||
Reference in New Issue
Block a user