Nuts provides a backend for the Squirrel.Windows auto-updater.
Refer to the Squirrel.Windows documentation on how to setup your application.
Nuts will serve NuGet packages on http://download.myapp.com/update/win32/:version/RELEASES
.
Your application just need to configure Update.exe
or Squirrel.Windows
to use http://download.myapp.com/update/win32/:version
as a feed url (:warning: without query parameters).
You'll just need to upload as release assets: RELEASES
, *-delta.nupkg
and -full.nupkg
(files generated by Squirrel.Windows
releaser).