From 225fb7be3fee10c262d6c8e3f312fc9cd71bba69 Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Thu, 23 Nov 2023 18:28:53 +0900 Subject: [PATCH] Release 2.3.0 --- .../NetSparkleUpdater.UI.WinForms.NetFramework.nuspec | 4 ++-- src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj | 2 +- src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj | 2 +- .../NetSparkle.UI.WinForms.NetCore.csproj | 2 +- src/NetSparkle/NetSparkle.csproj | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nuget/winformsnetframework/NetSparkleUpdater.UI.WinForms.NetFramework.nuspec b/nuget/winformsnetframework/NetSparkleUpdater.UI.WinForms.NetFramework.nuspec index 1ac00a24..150a7534 100644 --- a/nuget/winformsnetframework/NetSparkleUpdater.UI.WinForms.NetFramework.nuspec +++ b/nuget/winformsnetframework/NetSparkleUpdater.UI.WinForms.NetFramework.nuspec @@ -3,7 +3,7 @@ NetSparkleUpdater.UI.WinForms.NetFramework NetSparkleUpdater WinForms .NET Framework UI - 2.3.0-preview20231004001 + 2.3.0 Deadpikle, Dirk Eisenberg Deadpikle LICENSE.md @@ -19,7 +19,7 @@ 2.0: See https://github.com/NetSparkleUpdater/NetSparkle for all information and to file issues/pull requests for and ask questions about this project. - + diff --git a/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj b/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj index a04d9214..19a3bfea 100644 --- a/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj +++ b/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj @@ -4,7 +4,7 @@ net8.0;net7.0;net6;net5;netcoreapp3.1;netstandard2.0 true NetSparkleUpdater.UI.Avalonia - 2.3.0-preview20231004001 + 2.3.0 Deadpikle Deadpikle NetSparkleUpdater.UI.Avalonia diff --git a/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj b/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj index 4735e7b9..933125ae 100644 --- a/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj +++ b/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj @@ -13,7 +13,7 @@ https://github.com/NetSparkleUpdater/NetSparkle https://github.com/NetSparkleUpdater/NetSparkle.git git - 2.3.0-preview20231004001 + 2.3.0 software-update-available.png 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). diff --git a/src/NetSparkle.UI.WinForms.NetCore/NetSparkle.UI.WinForms.NetCore.csproj b/src/NetSparkle.UI.WinForms.NetCore/NetSparkle.UI.WinForms.NetCore.csproj index 3413498b..48add17a 100644 --- a/src/NetSparkle.UI.WinForms.NetCore/NetSparkle.UI.WinForms.NetCore.csproj +++ b/src/NetSparkle.UI.WinForms.NetCore/NetSparkle.UI.WinForms.NetCore.csproj @@ -10,7 +10,7 @@ Copyright © 2023 ..\bin\$(Configuration)\NetSparkle.UI.WinForms\ NetSparkleUpdater.UI.WinForms.NetCore - 2.3.0-preview20231004001 + 2.3.0 Deadpikle Deadpikle NetSparkleUpdater/NetSparkle app updater framework with built-in WinForms .NET Core 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). diff --git a/src/NetSparkle/NetSparkle.csproj b/src/NetSparkle/NetSparkle.csproj index 44bc8eaf..c7e85bf2 100644 --- a/src/NetSparkle/NetSparkle.csproj +++ b/src/NetSparkle/NetSparkle.csproj @@ -4,7 +4,7 @@ net8.0;net7.0;net6;net5;netstandard2.0;netcoreapp3.1;net452 true NetSparkleUpdater.SparkleUpdater - 2.3.0-preview20231004001 + 2.3.0 Deadpikle, Dirk Eisenberg 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). Copyright 2010 - 2023