markus / MarkusAutoUpdate / nuget / tools / NetSparkleUpdater.Tools.nuspec @ d8f5045e
이력 | 보기 | 이력해설 | 다운로드 (2.12 KB)
1 |
<?xml version="1.0"?> |
---|---|
2 |
<package> |
3 |
<metadata> |
4 |
<id>NetSparkleUpdater.Tools</id> |
5 |
<title>NetSparkleUpdater Tools</title> |
6 |
<version>2.0.0-preview20200726001</version> |
7 |
<authors>Deadpikle, Dirk Eisenberg</authors> |
8 |
<owners>Deadpikle</owners> |
9 |
<license type="file">LICENSE.md</license> |
10 |
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl> |
11 |
<icon>software-update-available.png</icon> |
12 |
<projectUrl>https://github.com/NetSparkleUpdater/NetSparkle</projectUrl> |
13 |
<iconUrl>https://netsparkleupdater.github.io/NetSparkle/files/artwork/software-update-available.png</iconUrl> |
14 |
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
15 |
<summary>Tools for NetSparkleUpdater - DSA helper and app cast generator</summary> |
16 |
<description>Tools for the NetSparkle software updater (DSA helper and app cast generator) -- requires .NET Core 3.1 Desktop Runtime. 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).</description> |
17 |
<copyright>Copyright 2010 - 2020</copyright> |
18 |
<tags>Update NetSparkle Sparkle Autoupdate .NET Update software</tags> |
19 |
<releaseNotes>2.0 Beta: See https://github.com/NetSparkleUpdater/NetSparkle for all beta information and to file issues/pull requests for and ask questions about this project. Requires .NET Core 3 desktop runtime to be installed.</releaseNotes> |
20 |
</metadata> |
21 |
</package> |