NetSparkleUpdater.SparkleUpdater 3.0.0-preview20231207003

This is a prerelease version of NetSparkleUpdater.SparkleUpdater.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NetSparkleUpdater.SparkleUpdater --version 3.0.0-preview20231207003
                    
NuGet\Install-Package NetSparkleUpdater.SparkleUpdater -Version 3.0.0-preview20231207003
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NetSparkleUpdater.SparkleUpdater" Version="3.0.0-preview20231207003" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NetSparkleUpdater.SparkleUpdater" Version="3.0.0-preview20231207003" />
                    
Directory.Packages.props
<PackageReference Include="NetSparkleUpdater.SparkleUpdater" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NetSparkleUpdater.SparkleUpdater --version 3.0.0-preview20231207003
                    
#r "nuget: NetSparkleUpdater.SparkleUpdater, 3.0.0-preview20231207003"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=NetSparkleUpdater.SparkleUpdater&version=3.0.0-preview20231207003&prerelease
                    
Install NetSparkleUpdater.SparkleUpdater as a Cake Addin
#tool nuget:?package=NetSparkleUpdater.SparkleUpdater&version=3.0.0-preview20231207003&prerelease
                    
Install NetSparkleUpdater.SparkleUpdater as a Cake Tool

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; if you want a built-in UI, please reference a NetSparkleUpdater.UI package. 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).

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on NetSparkleUpdater.SparkleUpdater:

Package Downloads
NetSparkleUpdater.UI.WPF

NetSparkleUpdater/NetSparkle app updater framework with built-in WPF .NET Core and .NET Framework UI. 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).

NetSparkleUpdater.UI.WinForms.NetFramework

NetSparkleUpdater/NetSparkle app updater framework with built-in WinForms UI for .NET Framework 4.6.2+. 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 app cast 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).

NetSparkleUpdater.UI.Avalonia

NetSparkleUpdater/NetSparkle app updater framework with built-in Avalonia UI. 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).

NetSparkleUpdater.UI.WinForms.NetCore

NetSparkleUpdater/NetSparkle app updater framework with built-in WinForms UI for .NET 5+. 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 app cast 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).

SystemPerformanceUI.NetSparkleUISelf

NetSparkleUpdater/NetSparkle app updater framework with built-in Avalonia UI. 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).

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on NetSparkleUpdater.SparkleUpdater:

Repository Stars
stakira/OpenUtau
Open singing synthesis platform / Open source UTAU successor
ChromaControl/ChromaControl
3rd party device lighting support for Razer Synapse.
bcssov/IronyModManager
Mod Manager for Paradox Games. Official Discord: https://discord.gg/t9JmY8KFrV
TheMulhima/Lumafly
A cross platform mod manager for Hollow Knight written in Avalonia.
Version Downloads Last updated
3.0.2 1,131 2/23/2025
3.0.1 819 1/26/2025
3.0.0 1,972 12/25/2024
3.0.0-rc001 488 11/5/2024
3.0.0-preview20241016001 119 10/16/2024
3.0.0-preview20240915001 368 9/15/2024
3.0.0-preview20240914001 99 9/14/2024
3.0.0-preview20240716002 1,132 7/14/2024
3.0.0-preview20240716001 107 7/6/2024
3.0.0-preview20240613001 150 6/13/2024
3.0.0-preview20240601001 125 6/2/2024
3.0.0-preview20240427001 498 4/27/2024
3.0.0-preview20240424001 69 4/24/2024
3.0.0-preview20240404001 143 4/4/2024
3.0.0-preview20240120001 601 1/20/2024
3.0.0-preview20231207003 312 12/7/2023
3.0.0-preview20231207002 110 12/7/2023
3.0.0-preview20231207 110 12/7/2023
3.0.0-preview20231123 163 11/23/2023
2.3.0 23,505 11/23/2023
2.3.0-preview20231004001 144 10/4/2023
2.3.0-preview20230704001 2,324 7/4/2023
2.3.0-preview20230611002 972 6/12/2023
2.3.0-preview20230611001 201 6/12/2023
2.3.0-preview20230605001 646 6/5/2023
2.3.0-preview20230604001 181 6/4/2023
2.2.3 21,936 6/4/2023
2.2.2 670 5/30/2023
2.2.1 29,188 11/22/2022
2.2.0 1,994 11/18/2022
2.1.4-preview20221106001 133 11/8/2022
2.1.3 2,949 10/23/2022
2.1.3-preview20220927001 326 9/28/2022
2.1.2 11,664 7/10/2022
2.1.1 2,057 6/10/2022
2.1.0 368 6/5/2022
2.1.0-preview20220509001 301 5/9/2022
2.0.12-preview20220420001 861 4/21/2022
2.0.11 13,363 3/4/2022
2.0.10 1,864 2/27/2022
2.0.9 3,194 1/25/2022
2.0.9-preview20220106001 796 1/7/2022
2.0.8 13,374 10/24/2021
2.0.7 5,391 9/12/2021
2.0.7-preview20210808001 850 8/8/2021
2.0.6 5,036 7/11/2021
2.0.6-preview001 946 7/7/2021
2.0.5 3,089 5/9/2021
2.0.4 4,868 4/29/2021
2.0.3 1,294 4/29/2021
2.0.2 1,290 4/26/2021
2.0.1 1,339 4/21/2021
2.0.0 1,373 4/20/2021

See https://github.com/NetSparkleUpdater/NetSparkle/releases for all release information and to file issues/pull requests for this project.