dbd7f3068b
Versioning policy: MAJOR.MINOR.PATCH stored as MAJOR.MINOR.PATCH.0 in the ClickOnce manifest (it requires 4 components). The trailing .0 is hidden by SettingsViewModel.ResolveDisplayVersion so the About tab shows "1.0.7" not "1.0.7.0". AutoIncrementApplicationRevision is now false; every published change must bump <ApplicationVersion> and AssemblyVersion/AssemblyFileVersion together by hand. MAJOR bumps need explicit owner approval. Previously AssemblyVersion was pinned at 1.0.0.0 while ClickOnce auto-bumped only ApplicationVersion, so the deployed DLL's FileVersion never matched the manifest. Now they're locked at 1.0.7.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
72 KiB
72 KiB