Hello
I am developing WPF with .NET 5.
Packaged with MSIX, msixbundle is manually uploaded to the App Center.
In the case of App Center, when a new version is updated, an email notification is sent to the user. And you need to download and update the new version package.
Isn't there a function that supports the update launcher like 'ClickOnce'? Or, when MSIX is packaged, it also comes with 'ms-appinstaller'. Isn't it possible to automate updates in app center through 'ms-appinstaller'?
Reply please.