Auto Updater

Hello!

I’m currently developing a Platformer as a fun project to learn C# again after not using it for 2 years. I’m using Microsoft VSTS to host the game in a git repo for version control etc.

I would like to add an installer that my brother can run to install the game but before that I’d like to implement automatic updates so he won’t have to reinstall it every time he’s going to test a new feature that I add. Can I use gits version control to see which files should be updated? And how would I go about implementing this? I’ve always wanted to learn this but I haven’t found a good answer through Google yet.

Any help and example code is greatly appreciated!

Thanks in advance!

Auto-Updaters are usually implemented in application installers.

Actual Installer at the following link offers this capability… Actual Installer Link