diff --git a/nuget/winformsnetframework/NetSparkleUpdater.UI.WinForms.NetFramework.nuspec b/nuget/winformsnetframework/NetSparkleUpdater.UI.WinForms.NetFramework.nuspec index c35df8d5..ffa0b8ed 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 - 3.0.0-preview20240404001 + 3.0.0-preview20240424001 Deadpikle, Dirk Eisenberg Deadpikle LICENSE.md @@ -18,8 +18,8 @@ Update NetSparkle Sparkle Autoupdate .NET Update WinForms software 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.Samples.DownloadedExe/App.config b/src/NetSparkle.Samples.DownloadedExe/App.config index 21c4c068..f658e60d 100644 --- a/src/NetSparkle.Samples.DownloadedExe/App.config +++ b/src/NetSparkle.Samples.DownloadedExe/App.config @@ -1,7 +1,7 @@ - + diff --git a/src/NetSparkle.Samples.DownloadedExe/NetSparkle.Samples.UpdateExe.csproj b/src/NetSparkle.Samples.DownloadedExe/NetSparkle.Samples.UpdateExe.csproj index 593c0796..d09e1db9 100644 --- a/src/NetSparkle.Samples.DownloadedExe/NetSparkle.Samples.UpdateExe.csproj +++ b/src/NetSparkle.Samples.DownloadedExe/NetSparkle.Samples.UpdateExe.csproj @@ -9,7 +9,7 @@ Properties SampleDownloadedExecutable NetSparkleUpdate - v4.5.2 + v4.6.2 512 true diff --git a/src/NetSparkle.Samples.NetFramework.WPF/NetSparkle.Samples.NetFramework.WPF.csproj b/src/NetSparkle.Samples.NetFramework.WPF/NetSparkle.Samples.NetFramework.WPF.csproj index c302a364..354b8e6b 100644 --- a/src/NetSparkle.Samples.NetFramework.WPF/NetSparkle.Samples.NetFramework.WPF.csproj +++ b/src/NetSparkle.Samples.NetFramework.WPF/NetSparkle.Samples.NetFramework.WPF.csproj @@ -10,7 +10,7 @@ Properties NetSparkle.TestAppWPF NetSparkle.TestAppWPF - v4.5.2 + v4.6.2 512 diff --git a/src/NetSparkle.Samples.NetFramework.WPF/app.config b/src/NetSparkle.Samples.NetFramework.WPF/app.config index ff995010..2a0024f7 100644 --- a/src/NetSparkle.Samples.NetFramework.WPF/app.config +++ b/src/NetSparkle.Samples.NetFramework.WPF/app.config @@ -1,3 +1,3 @@ - + diff --git a/src/NetSparkle.Tools.DSAHelper/app.config b/src/NetSparkle.Tools.DSAHelper/app.config index ff995010..2a0024f7 100644 --- a/src/NetSparkle.Tools.DSAHelper/app.config +++ b/src/NetSparkle.Tools.DSAHelper/app.config @@ -1,3 +1,3 @@ - + diff --git a/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj b/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj index c0438db0..098c9797 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 - 3.0.0-preview20240404001 + 3.0.0-preview20240424001 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 b1b4b06a..196a4c79 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 © 2024 ..\bin\$(Configuration)\NetSparkle.UI.WinForms\ NetSparkleUpdater.UI.WinForms.NetCore - 3.0.0-preview20240404001 + 3.0.0-preview20240424001 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/Downloaders/WebRequestAppCastDataDownloader.cs b/src/NetSparkle/Downloaders/WebRequestAppCastDataDownloader.cs index 1a508644..799b1cfa 100644 --- a/src/NetSparkle/Downloaders/WebRequestAppCastDataDownloader.cs +++ b/src/NetSparkle/Downloaders/WebRequestAppCastDataDownloader.cs @@ -93,7 +93,7 @@ public async Task DownloadAndGetAppCastDataAsync(string url) if (TrustEverySSLConnection) { #if NETCORE - // ServerCertificateCustomValidationCallback not available on .NET 4.5.2 + // ServerCertificateCustomValidationCallback not available on .NET 4.6.2 (first available in 4.7.1) handler.ServerCertificateCustomValidationCallback = (httpRequestMessage, cert, cetChain, policyErrors) => { diff --git a/src/NetSparkle/NetSparkle.csproj b/src/NetSparkle/NetSparkle.csproj index b1d3b4ee..1452b540 100644 --- a/src/NetSparkle/NetSparkle.csproj +++ b/src/NetSparkle/NetSparkle.csproj @@ -4,7 +4,7 @@ net8.0;net7.0;net6.0;netstandard2.0;net462 true NetSparkleUpdater.SparkleUpdater - 3.0.0-preview20240404001 + 3.0.0-preview20240424001 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 - 2024 @@ -74,7 +74,7 @@ ..\bin\Debug\NetSparkle\NetSparkle.xml DEBUG;TRACE;NETCORE;NET8 - +