✅ getting app to check repo for latest release, updating if versions don't match
I've created a help channel for this before, but at this point I'm lost. I'm wanting to set my app up so that when the user launches it, it runs a check to see if the user has the matching version to the latest github repo release. I am using Avalonia MVVM and I'm wanting to incorporate this into my Todo app first. https://github.com/mekasu0124/Todo The only problem is, I have no idea what file to do this in, or how to work with the github thing to achieve what I'm wanting to achieve. Thanks in advance
