NetSparkleUpdater.SparkleUpdater
2.3.0
See the version list below for details.
dotnet add package NetSparkleUpdater.SparkleUpdater --version 2.3.0
NuGet\Install-Package NetSparkleUpdater.SparkleUpdater -Version 2.3.0
<PackageReference Include="NetSparkleUpdater.SparkleUpdater" Version="2.3.0" />
paket add NetSparkleUpdater.SparkleUpdater --version 2.3.0
#r "nuget: NetSparkleUpdater.SparkleUpdater, 2.3.0"
// Install NetSparkleUpdater.SparkleUpdater as a Cake Addin #addin nuget:?package=NetSparkleUpdater.SparkleUpdater&version=2.3.0 // Install NetSparkleUpdater.SparkleUpdater as a Cake Tool #tool nuget:?package=NetSparkleUpdater.SparkleUpdater&version=2.3.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; 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. 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. |
-
.NETCoreApp 3.1
- Microsoft.Win32.Registry (>= 6.0.0-preview.5.21301.5)
- Portable.BouncyCastle (>= 1.9.0)
- System.Text.Json (>= 6.0.6)
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 13.0.3)
- Portable.BouncyCastle (>= 1.9.0)
-
.NETStandard 2.0
- Microsoft.Win32.Registry (>= 6.0.0-preview.5.21301.5)
- Portable.BouncyCastle (>= 1.9.0)
- System.Text.Json (>= 7.0.3)
-
net5.0
- Microsoft.Win32.Registry (>= 6.0.0-preview.5.21301.5)
- Portable.BouncyCastle (>= 1.9.0)
- System.Text.Json (>= 6.0.6)
-
net6.0
- Portable.BouncyCastle (>= 1.9.0)
- System.Text.Json (>= 7.0.3)
-
net7.0
- Portable.BouncyCastle (>= 1.9.0)
- System.Text.Json (>= 7.0.3)
-
net8.0
- Portable.BouncyCastle (>= 1.9.0)
- System.Text.Json (>= 8.0.0-rc.1.23419.4)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on NetSparkleUpdater.SparkleUpdater:
Package | Downloads |
---|---|
NetSparkleUpdater.UI.WinForms.NetFramework
NetSparkleUpdater/NetSparkle app updater framework with built-in WinForms 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 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.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.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. 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 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.0-rc001 | 82 | 11/5/2024 |
3.0.0-preview20241016001 | 99 | 10/16/2024 |
3.0.0-preview20240915001 | 245 | 9/15/2024 |
3.0.0-preview20240914001 | 87 | 9/14/2024 |
3.0.0-preview20240716002 | 759 | 7/14/2024 |
3.0.0-preview20240716001 | 96 | 7/6/2024 |
3.0.0-preview20240613001 | 139 | 6/13/2024 |
3.0.0-preview20240601001 | 117 | 6/2/2024 |
3.0.0-preview20240427001 | 258 | 4/27/2024 |
3.0.0-preview20240424001 | 60 | 4/24/2024 |
3.0.0-preview20240404001 | 130 | 4/4/2024 |
3.0.0-preview20240120001 | 323 | 1/20/2024 |
3.0.0-preview20231207003 | 305 | 12/7/2023 |
3.0.0-preview20231207002 | 101 | 12/7/2023 |
3.0.0-preview20231207 | 103 | 12/7/2023 |
3.0.0-preview20231123 | 155 | 11/23/2023 |
2.3.0 | 15,594 | 11/23/2023 |
2.3.0-preview20231004001 | 136 | 10/4/2023 |
2.3.0-preview20230704001 | 2,048 | 7/4/2023 |
2.3.0-preview20230611002 | 705 | 6/12/2023 |
2.3.0-preview20230611001 | 188 | 6/12/2023 |
2.3.0-preview20230605001 | 623 | 6/5/2023 |
2.3.0-preview20230604001 | 170 | 6/4/2023 |
2.2.3 | 14,947 | 6/4/2023 |
2.2.2 | 652 | 5/30/2023 |
2.2.1 | 24,813 | 11/22/2022 |
2.2.0 | 1,969 | 11/18/2022 |
2.1.4-preview20221106001 | 118 | 11/8/2022 |
2.1.3 | 2,809 | 10/23/2022 |
2.1.3-preview20220927001 | 309 | 9/28/2022 |
2.1.2 | 11,562 | 7/10/2022 |
2.1.1 | 1,954 | 6/10/2022 |
2.1.0 | 346 | 6/5/2022 |
2.1.0-preview20220509001 | 283 | 5/9/2022 |
2.0.12-preview20220420001 | 824 | 4/21/2022 |
2.0.11 | 13,275 | 3/4/2022 |
2.0.10 | 1,838 | 2/27/2022 |
2.0.9 | 3,166 | 1/25/2022 |
2.0.9-preview20220106001 | 776 | 1/7/2022 |
2.0.8 | 12,318 | 10/24/2021 |
2.0.7 | 4,096 | 9/12/2021 |
2.0.7-preview20210808001 | 831 | 8/8/2021 |
2.0.6 | 5,005 | 7/11/2021 |
2.0.6-preview001 | 925 | 7/7/2021 |
2.0.5 | 3,010 | 5/9/2021 |
2.0.4 | 4,836 | 4/29/2021 |
2.0.3 | 1,267 | 4/29/2021 |
2.0.2 | 1,263 | 4/26/2021 |
2.0.1 | 1,310 | 4/21/2021 |
2.0.0 | 1,325 | 4/20/2021 |
See https://github.com/NetSparkleUpdater/NetSparkle/releases for all release information and to file issues/pull requests for this project.