Info
Version: | 3.0.0-rc001 |
Author(s): | Deadpikle |
Last Update: | Tuesday, November 5, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/NetSparkleUpdater/NetSparkle |
NuGet Url: | https://www.nuget.org/packages/NetSparkleUpdater.UI.Avalonia |
Install
Install-Package NetSparkleUpdater.UI.Avalonia
dotnet add package NetSparkleUpdater.UI.Avalonia
paket add NetSparkleUpdater.UI.Avalonia
NetSparkleUpdater.UI.Avalonia Download (Unzip the "nupkg" after downloading)
Dependencies
net5.0
- NetSparkle.New(>= 2.0.020210131001)
- Avalonia(>= 0.10.0)
- Avalonia.Desktop(>= 0.10.0)
- NetSparkle.New(>= 2.0.020210131001)
- Avalonia(>= 0.10.0)
- Avalonia.Desktop(>= 0.10.0)
NetSparkleUpdater/NetSparkle is a C# .NET software update framework that allows you to easily download installer files and update your C# .NET Framework or .NET Core software. Built-in UIs are available for WinForms, WPF, and Avalonia. You provide, somewhere on the internet, an XML appcast with software version information along with release notes in Markdown or HTML format. The NetSparkle framework then checks for an update in the background, displays the release notes to the user, and lets users download or skip the software update.
The framework can also perform silent downloads so that you can present all of the UI yourself or set up your own silent software update system, as allowed by your software architecture. It was inspired by the Sparkle (https://sparkle-project.org/) project for Cocoa developers and the WinSparkle (https://winsparkle.org/) project (a Win32 port).