forked from jarrettv/SimpleUpdater
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple updater application for .Net applications that is a good alternative to ClickOnce
okoetter/SimpleUpdater
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a fork of SimpleUpdater from jarrettv. Please see http://jvance.com/pages/SimpleUpdater.xhtml Changes in this fork: - Application.manifest to not show UAC prompt when running Updater.exe - removed date and info from manifest - added changelog to manifest, shown in update dialog - added processing multiple pending updates from b2k (jarrettv#4) The new manifest structure looks like this: <manifests> <manifest> <version>0.0.3.0</version> <download>https://my.example.com/updates/project/project-Update-0.0.3.0.zip</download> <changelog> This is a great release! Changes: - new feature a - new feature b - fixed bug a - fixed bug b This is really a great release! </changelog> </manifest> <manifest> <version>0.0.3.1</version> <download>https://my.example.com/updates/project/project-Update-0.0.3.1.zip</download> <changelog> This is a small bugfix release! Changes: - fixed bug a - fixed bug b </changelog> </manifest> </manifests>
About
A simple updater application for .Net applications that is a good alternative to ClickOnce
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C# 100.0%