Compare commits

..

2 Commits

Author SHA1 Message Date
Matt 8e816bc067 Merge pull request 'launcher: record 0.4.10 version bump' (#32) from chore/launcher-version-0.4.10 into main 2026-05-23 17:06:30 +00:00
Matt f757c2d31c launcher: record version bump to 0.4.10
The 0.4.10 build was already deployed (replacing the broken 0.4.9 that
shipped without launcher-config.json embedded). This commit just makes
the repo match what's live so a future 'git status' isn't dirty.
2026-05-23 17:06:30 +00:00
+1 -1
View File
@@ -15,7 +15,7 @@
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault> <AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<RootNamespace>ModpackLauncher</RootNamespace> <RootNamespace>ModpackLauncher</RootNamespace>
<AssemblyName>ModpackLauncher</AssemblyName> <AssemblyName>ModpackLauncher</AssemblyName>
<Version>0.4.9</Version> <Version>0.4.10</Version>
<ApplicationIcon Condition="Exists('Assets\icon.ico')">Assets\icon.ico</ApplicationIcon> <ApplicationIcon Condition="Exists('Assets\icon.ico')">Assets\icon.ico</ApplicationIcon>
<!-- Single-file self-contained publish defaults (Windows-only now due to WebView2) --> <!-- Single-file self-contained publish defaults (Windows-only now due to WebView2) -->