Switch to a new versioning strategy

This commit is contained in:
Tyrrrz
2023-11-23 17:51:37 +02:00
parent e6f9a364e1
commit daa6f1e696
8 changed files with 13 additions and 655 deletions

View File

@@ -124,8 +124,8 @@ public class RootViewModel : Screen, IHandle<NotificationMessage>, IDisposable
{
Notifications.Enqueue(
$"Successfully updated to {App.Name} v{App.VersionString}",
"CHANGELOG",
() => ProcessEx.StartShellExecute(App.ChangelogUrl)
"WHAT'S NEW",
() => ProcessEx.StartShellExecute(App.LatestReleaseUrl)
);
_settingsService.LastAppVersion = App.Version;