Orc.Squirrel
Name | Badge |
---|---|
Chat | |
Downloads | |
Stable version | |
Unstable version |
Find the source at https://github.com/WildGums/Orc.Squirrel
Is a library that adds a few extra features on top of Squirrel to allow updates to come from different channels.
You can setup “Alpha”, “Beta” and “Stable” channels to release your software through.
NuGet Packages
[Orc.Squirrel](http://www.nuget.org/packages/Orc.Squirrel/)
=> contains anIUpdateService
and anUpdateChannel
class[Orc.Squirrel.Xaml](http://www.nuget.org/packages/Orc.Squirrel.Xaml/)
=> contains an installation notification window
Quick start
- Use Squirrel to deploy your software
- Use
UpdateChannel
for setting up your update channels - Use
IUpdateService
for handling updates (for your software)
Have a question about Catel or WildGums controls? Use StackOverflow with the Catel tag!