Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
/ AutoUpdateFramework Public archive

A basic framework written in C# for automatic updates.

Notifications You must be signed in to change notification settings

dyc3/AutoUpdateFramework

Repository files navigation

AutoUpdateFramework

A basic framework written in C# for automatic updates.

Usage

// Create a new UpdateChecker that queries the specified URI with the CurrentVersion defined as 1.0 by default
UpdateChecker checker = new UpdateChecker("http://convex.st4r.io/sample/version.manifest");

// Check for an update, and print.
Console.WriteLine(checker.CheckForUpdates() ? "Update is available!" : "Latest version is in use.");

Installation

Clone this repsitory, build, and add a reference in your project.

About

A basic framework written in C# for automatic updates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages