NetSparkle.New.Tools 0.15.0

Suggested Alternatives

NetSparkleUpdater.Tools.AppCastGenerator

Additional Details

Thanks for using the NetSparkleUpdater tools package! We are now hosting these tools in SEPARATE NuGet packages so that they can be easily updated and so that they work as .NET global CLI tools! :) Use NetSparkleUpdater.Tools.AppCastGenerator for your Ed25519 tools and app cast generation. Use NetSparkleUpdater.Tools.DSAHelper for your DSA tools.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package NetSparkle.New.Tools --version 0.15.0
NuGet\Install-Package NetSparkle.New.Tools -Version 0.15.0
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="NetSparkle.New.Tools" Version="0.15.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetSparkle.New.Tools --version 0.15.0
#r "nuget: NetSparkle.New.Tools, 0.15.0"
#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.
// Install NetSparkle.New.Tools as a Cake Addin
#addin nuget:?package=NetSparkle.New.Tools&version=0.15.0

// Install NetSparkle.New.Tools as a Cake Tool
#tool nuget:?package=NetSparkle.New.Tools&version=0.15.0

Tools for NetSparkle (DSA helper, etc.).  NetSparkle is a C# .NET update checker that allows you to easily download installer files and update your C# WinForms/WPF software. You provide, somewhere on the internet, an XML appcast with software version information along with release notes in Markdown or HTML format. The NetSparkle library 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 library 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 Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

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