Skip to content

Artusoft/SimplyUpdate

Repository files navigation

Simply Update project

Getting Started

await upt.Configure("https://storage.blob.core.windows.net/public/v1.0/")
			.WhenUpdateAvailable(() => MessageBox.Show("Update available.\nUpdate now?", "SimplyUpdate test", MessageBoxButtons.YesNo) == DialogResult.Yes)
			.WhenUpdateCompleted(() => Application.Restart())
			.RunAsync();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages