Light-weight library to add application Auto-Updater using Github releases.
See license details here.
- Create an UpdaterProvider that implements
IUpdaterProvider
public class MyPluginUpdaterProvider : IUpdaterProvider
... var pluginUpdater = new GitHubReleaseAutoUpdater(new MyPluginUpdaterProvider());
pluginUpdater.CheckLatestVersion();https://www.nuget.org/packages/AweSamNet.Integration.GithubReleaseAutoUpdater/
PM> Install-Package AweSamNet.Integration.GithubReleaseAutoUpdater
