you can use UpdateHelper for checking application updates from github release page
first you must create a new release tag in github repository, tag version must be in this format : 1.0.0.0
now we can check for update with github username and github repository
1 | var ver = await UpdateHelper.CheckUpdateAsync("Ghost1372", "DevWinUI"); |
Demo
you can run demo and see this feature.