Skip to content

Light-weight library to add application Auto-Updater using Github releases.

License

Notifications You must be signed in to change notification settings

AweSamNet/AweSamNet.Integration.GithubReleaseAutoUpdater

Repository files navigation

AweSamNet.Integration.GithubReleaseAutoUpdater

Light-weight library to add application Auto-Updater using Github releases.

donate

License

See license details here.

Usage

  1. Create an UpdaterProvider that implements IUpdaterProvider
    public class MyPluginUpdaterProvider : IUpdaterProvider
    ...
    var pluginUpdater = new GitHubReleaseAutoUpdater(new MyPluginUpdaterProvider());
    pluginUpdater.CheckLatestVersion();

NuGet

https://www.nuget.org/packages/AweSamNet.Integration.GithubReleaseAutoUpdater/

To Install

    PM> Install-Package AweSamNet.Integration.GithubReleaseAutoUpdater

About

Light-weight library to add application Auto-Updater using Github releases.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages