Currently in an application I\'m building I have it check for updates, and it gives the user the option to install or not to install the updates. I want it to just automaticall
Simply you can achieve by adding below tag in your project's .csproj file.
.csproj
// Other Tags ... // Other Tags ...
It will automatically make your each publish/update mandatory without doing any extra stuff.