diff --git a/LICENSE.md b/LICENSE.md
index 571727f4..7fb4dddf 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,6 @@
The MIT License
-Copyright (c) 2023 Deadpikle
+Copyright (c) 2024 Deadpikle
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/nuget/winformsnetframework/NetSparkleUpdater.UI.WinForms.NetFramework.nuspec b/nuget/winformsnetframework/NetSparkleUpdater.UI.WinForms.NetFramework.nuspec
index 992deb7a..c35df8d5 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-preview20240120001
+ 3.0.0-preview20240404001
Deadpikle, Dirk Eisenberg
Deadpikle
LICENSE.md
@@ -14,12 +14,12 @@
false
NetSparkleUpdater framework with built-in WinForms .NET Framework UI
NetSparkleUpdater/NetSparkle app updater framework with built-in WinForms .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).
- Copyright 2010 - 2023
+ Copyright 2010 - 2024
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.Tests/NetSparkle.Tests.csproj b/src/NetSparkle.Tests/NetSparkle.Tests.csproj
index 6cfd0a91..15a3e562 100644
--- a/src/NetSparkle.Tests/NetSparkle.Tests.csproj
+++ b/src/NetSparkle.Tests/NetSparkle.Tests.csproj
@@ -11,7 +11,7 @@
UnitTest
NetSparkleUnitTests
NetSparkleUnitTests
- Copyright © 2023
+ Copyright © 2024
..\..\bin\NetSparkle.Tests\$(Configuration)\
diff --git a/src/NetSparkle.Tools.DSAHelper/NetSparkle.Tools.DSAHelper.csproj b/src/NetSparkle.Tools.DSAHelper/NetSparkle.Tools.DSAHelper.csproj
index ee6302da..8b911170 100644
--- a/src/NetSparkle.Tools.DSAHelper/NetSparkle.Tools.DSAHelper.csproj
+++ b/src/NetSparkle.Tools.DSAHelper/NetSparkle.Tools.DSAHelper.csproj
@@ -9,7 +9,7 @@
NetSparkle
NetSparkleUpdater.Tools.DSAHelper
Command line tool 'netsparkle-dsa' to generate and use DSA signatures. WARNING: DSA signatures are insecure. If possible, please use NetSparkleUpdater.Tools.AppCastGenerator instead to use ed25519 signatures. Use in conjunction with the NetSparkleUpdater library.
- Copyright © Dirk Eisenberg 2010, Deadpikle 2020-2023
+ Copyright © Dirk Eisenberg 2010, Deadpikle 2020-2024
2.2.2.0
2.2.2.0
..\..\bin\$(Configuration)\NetSparkle.Tools.DSAHelper\
diff --git a/src/NetSparkle.Tools.DSAHelper/Program.cs b/src/NetSparkle.Tools.DSAHelper/Program.cs
index e6577136..7d10c877 100644
--- a/src/NetSparkle.Tools.DSAHelper/Program.cs
+++ b/src/NetSparkle.Tools.DSAHelper/Program.cs
@@ -172,7 +172,7 @@ static private void Usage()
private static void ShowHeadLine()
{
Console.WriteLine("NetSparkle DSA Helper");
- Console.WriteLine("(c) 2011 Dirk Eisenberg, 2020-2023 Deadpikle under the terms of MIT license");
+ Console.WriteLine("(c) 2011 Dirk Eisenberg, 2020-2024 Deadpikle under the terms of MIT license");
Console.WriteLine("[NOTE] DSA signatures are considered insecure. Please consider using the");
Console.WriteLine("[NOTE] NetSparkleUpdater.Tools.AppCastGenerator package instead to make use of");
Console.WriteLine("[NOTE] ed25519 signatures instead. Thanks!");
diff --git a/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj b/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj
index 02b399a3..9b007897 100644
--- a/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj
+++ b/src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj
@@ -9,7 +9,7 @@
Deadpikle
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 © 2023
+ Copyright © 2024
LICENSE.md
https://github.com/NetSparkleUpdater/NetSparkle
software-update-available.png
diff --git a/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj b/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj
index 4e46edb8..c0438db0 100644
--- a/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj
+++ b/src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj
@@ -5,7 +5,7 @@
net8.0-windows;net7.0-windows;net6.0-windows;net462
NetSparkleUpdater.UI.WPF
NetSparkleUpdater.UI.WPF
- Copyright © 2023
+ Copyright © 2024
..\bin\$(Configuration)\NetSparkle.UI.WPF\
false
NetSparkleUpdater.UI.WPF
@@ -13,7 +13,7 @@
https://github.com/NetSparkleUpdater/NetSparkle
https://github.com/NetSparkleUpdater/NetSparkle.git
git
- 3.0.0-preview20240120001
+ 3.0.0-preview20240404001
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 01b3e6c3..b1b4b06a 100644
--- a/src/NetSparkle.UI.WinForms.NetCore/NetSparkle.UI.WinForms.NetCore.csproj
+++ b/src/NetSparkle.UI.WinForms.NetCore/NetSparkle.UI.WinForms.NetCore.csproj
@@ -7,10 +7,10 @@
net8.0-windows;net7.0-windows;net6.0-windows
NetSparkle.NetFramework.WinForms
NetSparkleUpdater.UI.WinForms.NetCore
- Copyright © 2023
+ Copyright © 2024
..\bin\$(Configuration)\NetSparkle.UI.WinForms\
NetSparkleUpdater.UI.WinForms.NetCore
- 3.0.0-preview20240120001
+ 3.0.0-preview20240404001
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.UI.WinForms.NetFramework/Properties/AssemblyInfo.cs b/src/NetSparkle.UI.WinForms.NetFramework/Properties/AssemblyInfo.cs
index 449886a1..c778c674 100644
--- a/src/NetSparkle.UI.WinForms.NetFramework/Properties/AssemblyInfo.cs
+++ b/src/NetSparkle.UI.WinForms.NetFramework/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NetSparkle.UI.WinForms.NetFramework")]
-[assembly: AssemblyCopyright("Copyright © 2023")]
+[assembly: AssemblyCopyright("Copyright © 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/src/NetSparkle/NetSparkle.csproj b/src/NetSparkle/NetSparkle.csproj
index 7966853b..b1d3b4ee 100644
--- a/src/NetSparkle/NetSparkle.csproj
+++ b/src/NetSparkle/NetSparkle.csproj
@@ -4,10 +4,10 @@
net8.0;net7.0;net6.0;netstandard2.0;net462
true
NetSparkleUpdater.SparkleUpdater
- 3.0.0-preview20240120001
+ 3.0.0-preview20240404001
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
+ Copyright 2010 - 2024
https://github.com/NetSparkleUpdater/NetSparkle
https://github.com/NetSparkleUpdater/NetSparkle.git
sparkle, netsparkle, update, software, updater