diff --git a/nuget/winformsnetframework/NetSparkleUpdater.UI.WinForms.NetFramework.nuspec b/nuget/winformsnetframework/NetSparkleUpdater.UI.WinForms.NetFramework.nuspec index beb6705c..ccb8e172 100644 --- a/nuget/winformsnetframework/NetSparkleUpdater.UI.WinForms.NetFramework.nuspec +++ b/nuget/winformsnetframework/NetSparkleUpdater.UI.WinForms.NetFramework.nuspec @@ -6,9 +6,8 @@ 3.0.0-preview20240716002 Deadpikle, Dirk Eisenberg Deadpikle - LICENSE.md README.md - https://aka.ms/deprecateLicenseUrl + MIT software-update-available.png https://github.com/NetSparkleUpdater/NetSparkle https://netsparkleupdater.github.io/NetSparkle/files/artwork/software-update-available.png @@ -26,7 +25,6 @@ - diff --git a/src/NetSparkle.Tools.AppCastGenerator/NetSparkle.Tools.AppCastGenerator.csproj b/src/NetSparkle.Tools.AppCastGenerator/NetSparkle.Tools.AppCastGenerator.csproj index 71c1f00e..8b2e9258 100644 --- a/src/NetSparkle.Tools.AppCastGenerator/NetSparkle.Tools.AppCastGenerator.csproj +++ b/src/NetSparkle.Tools.AppCastGenerator/NetSparkle.Tools.AppCastGenerator.csproj @@ -29,8 +29,6 @@ true netsparkle-generate-appcast enable - README.md - LICENSE.md true @@ -55,7 +53,8 @@ NetSparkleUpdater.Tools.AppCastGenerator 2.7.0 Deadpikle - LICENSE.md + README.md + MIT https://github.com/NetSparkleUpdater/NetSparkle software-update-available.png https://github.com/NetSparkleUpdater/NetSparkle.git @@ -78,7 +77,6 @@ - diff --git a/src/NetSparkle.Tools.DSAHelper/NetSparkle.Tools.DSAHelper.csproj b/src/NetSparkle.Tools.DSAHelper/NetSparkle.Tools.DSAHelper.csproj index 129f00c6..033a9ffe 100644 --- a/src/NetSparkle.Tools.DSAHelper/NetSparkle.Tools.DSAHelper.csproj +++ b/src/NetSparkle.Tools.DSAHelper/NetSparkle.Tools.DSAHelper.csproj @@ -20,7 +20,7 @@ Deadpikle true netsparkle-dsa - LICENSE.md + MIT README.md software-update-available.png https://github.com/NetSparkleUpdater/NetSparkle @@ -59,7 +59,6 @@ - True diff --git a/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj b/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj index d0eaf54d..9f0f44fd 100644 --- a/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj +++ b/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj @@ -10,7 +10,7 @@ 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). Copyright © 2024 - LICENSE.md + MIT README.md https://github.com/NetSparkleUpdater/NetSparkle software-update-available.png @@ -65,7 +65,6 @@ - True diff --git a/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj b/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj index 8084b9d6..3bdf9fc9 100644 --- a/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj +++ b/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj @@ -18,7 +18,7 @@ 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). Please visit https://github.com/NetSparkleUpdater/NetSparkle for updates and to ask for help if you need it! - LICENSE.md + MIT README.md true NetSparkleUpdater.UI.WPF @@ -61,7 +61,6 @@ - diff --git a/src/NetSparkle.UI.WinForms/NetSparkle.UI.WinForms.csproj b/src/NetSparkle.UI.WinForms/NetSparkle.UI.WinForms.csproj index 7724b38c..a3cb188a 100644 --- a/src/NetSparkle.UI.WinForms/NetSparkle.UI.WinForms.csproj +++ b/src/NetSparkle.UI.WinForms/NetSparkle.UI.WinForms.csproj @@ -14,7 +14,7 @@ Deadpikle Deadpikle 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). - LICENSE.md + MIT README.md https://github.com/NetSparkleUpdater/NetSparkle software-update-available.png @@ -107,7 +107,6 @@ - diff --git a/src/NetSparkle/NetSparkle.csproj b/src/NetSparkle/NetSparkle.csproj index a5a0976c..732e3acb 100644 --- a/src/NetSparkle/NetSparkle.csproj +++ b/src/NetSparkle/NetSparkle.csproj @@ -15,7 +15,7 @@ NetSparkleUpdater.SparkleUpdater software-update-available.png - LICENSE.md + MIT README.md true NetSparkleUpdater @@ -108,7 +108,6 @@ -