Live store update notifications.

This commit is contained in:
Burak Kaan Köse
2026-03-08 11:22:41 +01:00
parent a8f9b2d126
commit c1568d33e6
18 changed files with 341 additions and 37 deletions
+3
View File
@@ -31,6 +31,7 @@ public static class CoreUWPContainerSetup
services.AddTransient<IConfigurationService, ConfigurationService>();
services.AddTransient<IFileService, FileService>();
services.AddTransient<IStoreRatingService, StoreRatingService>();
services.AddSingleton<IStoreUpdateService, StoreUpdateService>();
services.AddTransient<IKeyPressService, KeyPressService>();
services.AddTransient<IWebView2RuntimeValidatorService, WebView2RuntimeValidatorService>();
services.AddTransient<INotificationBuilder, NotificationBuilder>();
@@ -53,3 +54,5 @@ public static class CoreUWPContainerSetup
services.AddTransient(typeof(KeyboardShortcutsPageViewModel));
}
}