Skip to content

Commit ade5372

Browse files
committed
Bump versions, copyright year
1 parent bd85a04 commit ade5372

File tree

13 files changed

+18
-18
lines changed

13 files changed

+18
-18
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2024 Deadpikle
3+
Copyright (c) 2025 Deadpikle
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ In your project file, make sure you set up a few things so that the library can
139139
<Description>My app is cool (not required)</Description>
140140
<Company>My Company Name (required unless you set the IAssemblyAccessor save path yourself)</Company>
141141
<Product>My Product (required unless you set the IAssemblyAccessor save path yourself; set to product name e.g. MyBestApp)</Product>
142-
<Copyright>2024 MyCompanyName</Copyright>
142+
<Copyright>2025 MyCompanyName</Copyright>
143143
</PropertyGroup>
144144
```
145145

nuget/winformsnetframework/NetSparkleUpdater.UI.WinForms.NetFramework.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>NetSparkleUpdater.UI.WinForms.NetFramework</id>
55
<title>NetSparkleUpdater WinForms .NET Framework UI</title>
6-
<version>3.0.3-preview-TEST-001</version>
6+
<version>3.0.4</version>
77
<authors>Deadpikle, Dirk Eisenberg</authors>
88
<owners>Deadpikle</owners>
99
<readme>README.md</readme>
@@ -19,7 +19,7 @@
1919
<releaseNotes>3.0: See https://github.com/NetSparkleUpdater/NetSparkle for all information and to file issues/pull requests for and ask questions about this project.</releaseNotes>
2020
<dependencies>
2121
<group targetFramework=".NETFramework4.6.2">
22-
<dependency id="NetSparkleUpdater.SparkleUpdater" version="3.0.1" exclude="Build,Analyzers" />
22+
<dependency id="NetSparkleUpdater.SparkleUpdater" version="3.0.2" exclude="Build,Analyzers" />
2323
</group>
2424
</dependencies>
2525
</metadata>

src/NetSparkle.Tests/NetSparkle.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<TestProjectType>UnitTest</TestProjectType>
1212
<AssemblyTitle>NetSparkleUnitTests</AssemblyTitle>
1313
<Product>NetSparkleUnitTests</Product>
14-
<Copyright>Copyright © 2024</Copyright>
14+
<Copyright>Copyright © 2025</Copyright>
1515
<IsTestProject>true</IsTestProject>
1616
<OutputPath>..\..\bin\NetSparkle.Tests\$(Configuration)\</OutputPath>
1717
</PropertyGroup>

src/NetSparkle.Tools.AppCastGenerator/NetSparkle.Tools.AppCastGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<AssemblyTitle>NetSparkleUpdaterAppCastGenerator</AssemblyTitle>
2525
<Product>NetSparkleUpdater.Tools.AppCastGenerator</Product>
2626
<Description>Command line tool 'netsparkle-generate-appcast' to scan a directory for update files and generate appcast.xml. Can also be used to generate ed25519 keys/etc. for that app cast. Use in conjunction with the NetSparkleUpdater library.</Description>
27-
<Copyright>Copyright © ndreisg 2019, Deadpikle 2020-2024</Copyright>
27+
<Copyright>Copyright © ndreisg 2019, Deadpikle 2020-2025</Copyright>
2828
<OutputPath>..\bin\$(Configuration)\NetSparkle.Tools.AppCastGenerator\</OutputPath>
2929
<PackAsTool>true</PackAsTool>
3030
<ToolCommandName>netsparkle-generate-appcast</ToolCommandName>

src/NetSparkle.Tools.DSAHelper/NetSparkle.Tools.DSAHelper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyTitle>NetSparkle</AssemblyTitle>
1010
<Product>NetSparkleUpdater.Tools.DSAHelper</Product>
1111
<Description>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.</Description>
12-
<Copyright>Copyright © Dirk Eisenberg 2010, Deadpikle 2020-2024</Copyright>
12+
<Copyright>Copyright © Dirk Eisenberg 2010, Deadpikle 2020-2025</Copyright>
1313
<AssemblyVersion>2.2.2.0</AssemblyVersion>
1414
<FileVersion>2.2.2.0</FileVersion>
1515
<OutputPath>..\..\bin\$(Configuration)\NetSparkle.Tools.DSAHelper\</OutputPath>

src/NetSparkle.Tools.DSAHelper/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ static private void Usage()
172172
private static void ShowHeadLine()
173173
{
174174
Console.WriteLine("NetSparkle DSA Helper");
175-
Console.WriteLine("(c) 2011 Dirk Eisenberg, 2020-2024 Deadpikle under the terms of MIT license");
175+
Console.WriteLine("(c) 2011 Dirk Eisenberg, 2020-2025 Deadpikle under the terms of MIT license");
176176
Console.WriteLine("[NOTE] DSA signatures are considered insecure. Please consider using the");
177177
Console.WriteLine("[NOTE] NetSparkleUpdater.Tools.AppCastGenerator package instead to make use of");
178178
Console.WriteLine("[NOTE] ed25519 signatures instead. Thanks!");

src/NetSparkle.UI.Avalonia/NetSparkle.UI.Avalonia.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<TargetFrameworks>net9.0;net8.0;net7.0;net6.0;netstandard2.0</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<PackageId>NetSparkleUpdater.UI.Avalonia</PackageId>
7-
<Version>3.0.1</Version>
7+
<Version>3.0.2</Version>
88
<Authors>Deadpikle</Authors>
99
<Company>Deadpikle</Company>
1010
<Product>NetSparkleUpdater.UI.Avalonia</Product>
1111
<Description>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).</Description>
12-
<Copyright>Copyright © 2024</Copyright>
12+
<Copyright>Copyright © 2025</Copyright>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<PackageProjectUrl>https://github.com/NetSparkleUpdater/NetSparkle</PackageProjectUrl>

src/NetSparkle.UI.WPF/NetSparkle.UI.WPF.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<TargetFrameworks>net9.0-windows;net8.0-windows;net7.0-windows;net6.0-windows;net462</TargetFrameworks>
66
<AssemblyTitle>NetSparkleUpdater.UI.WPF</AssemblyTitle>
77
<Product>NetSparkleUpdater.UI.WPF</Product>
8-
<Copyright>Copyright © 2024</Copyright>
8+
<Copyright>Copyright © 2025</Copyright>
99
<OutputPath>..\bin\$(Configuration)\NetSparkle.UI.WPF\</OutputPath>
1010
<EnableDefaultContentItems>false</EnableDefaultContentItems>
1111
<PackageId>NetSparkleUpdater.UI.WPF</PackageId>
1212
<Authors>Deadpikle</Authors>
1313
<PackageProjectUrl>https://github.com/NetSparkleUpdater/NetSparkle</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/NetSparkleUpdater/NetSparkle.git</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
16-
<Version>3.0.1</Version>
16+
<Version>3.0.2</Version>
1717
<PackageIcon>software-update-available.png</PackageIcon>
1818
<PackageIconUrl />
1919
<Description>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).</Description>

src/NetSparkle.UI.WinForms.NetCore/NetSparkle.UI.WinForms.NetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<TargetFrameworks>net9.0-windows;net8.0-windows;net7.0-windows;net6.0-windows</TargetFrameworks>
88
<AssemblyTitle>NetSparkle.NetFramework.WinForms</AssemblyTitle>
99
<Product>NetSparkleUpdater.UI.WinForms.NetCore</Product>
10-
<Copyright>Copyright © 2024</Copyright>
10+
<Copyright>Copyright © 2025</Copyright>
1111
<OutputPath>..\bin\$(Configuration)\NetSparkle.UI.WinForms\</OutputPath>
1212
<PackageId>NetSparkleUpdater.UI.WinForms.NetCore</PackageId>
13-
<Version>3.0.1</Version>
13+
<Version>3.0.2</Version>
1414
<Authors>Deadpikle</Authors>
1515
<Company>Deadpikle</Company>
1616
<Description>NetSparkleUpdater/NetSparkle app updater framework with built-in WinForms UI for .NET 5+. 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).</Description>

0 commit comments

Comments
 (0)