mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-17 04:12:32 +00:00
Switch to a new versioning strategy
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user