We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0373248 commit 7cef2a0Copy full SHA for 7cef2a0
EasyExtractUnitypackageRework/EasyExtract/Core/App.xaml.cs
@@ -54,6 +54,7 @@ private async void App_OnStartup(object sender, StartupEventArgs e)
54
if (config.ContextMenuToggle)
55
await RegistryHelper.RegisterContextMenuEntry();
56
57
+ config.Update.CurrentVersion = Assembly.GetExecutingAssembly().GetName().Version.ToString();
58
var dashboard = new Dashboard(new CancellationTokenSource());
59
dashboard.InitializeComponent();
60
dashboard.Show();
0 commit comments