Skip to content

Commit 0214bce

Browse files
committed
Bump to preview version for .NET 10
1 parent 8e4353e commit 0214bce

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<AssemblyVersion>2.9.0.0</AssemblyVersion>
5252
<FileVersion>2.9.0.0</FileVersion>
5353
<PackageId>NetSparkleUpdater.Tools.AppCastGenerator</PackageId>
54-
<Version>2.9.0</Version>
54+
<Version>2.9.0-preview20251127001</Version>
5555
<Authors>Deadpikle</Authors>
5656
<PackageReadmeFile>README.md</PackageReadmeFile>
5757
<PackageLicenseExpression>MIT</PackageLicenseExpression>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<OutputPath>..\..\bin\$(Configuration)\NetSparkle.Tools.DSAHelper\</OutputPath>
1616
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1717
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
18-
<Version>2.3.0</Version>
18+
<Version>2.3.0-preview20251127001</Version>
1919
<Authors>Deadpikle</Authors>
2020
<Company>Deadpikle</Company>
2121
<PackAsTool>true</PackAsTool>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net10.0;net9.0;net8.0;net7.0;net6.0;netstandard2.0</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<PackageId>NetSparkleUpdater.UI.Avalonia</PackageId>
7-
<Version>3.1.0</Version>
7+
<Version>3.1.0-preview20251127001</Version>
88
<Authors>Deadpikle</Authors>
99
<Company>Deadpikle</Company>
1010
<Product>NetSparkleUpdater.UI.Avalonia</Product>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageProjectUrl>https://github.com/NetSparkleUpdater/NetSparkle</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/NetSparkleUpdater/NetSparkle.git</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
16-
<Version>3.1.0</Version>
16+
<Version>3.1.0-preview20251127001</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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Copyright>Copyright © 2025</Copyright>
1111
<OutputPath>..\bin\$(Configuration)\NetSparkle.UI.WinForms\</OutputPath>
1212
<PackageId>NetSparkleUpdater.UI.WinForms.NetCore</PackageId>
13-
<Version>3.1.0</Version>
13+
<Version>3.1.0-preview20251127001</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>

src/NetSparkle.UI.WinForms.NetFramework/NetSparkle.UI.WinForms.NetFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<UseWindowsForms>true</UseWindowsForms>
99
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
1010
<Nullable>Enable</Nullable>
11-
<Version>3.0.6</Version>
11+
<Version>3.1.0-preview20251127001</Version>
1212
<LangVersion>8.0</LangVersion>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>

src/NetSparkle/NetSparkle.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net10.0;net9.0;net8.0;net7.0;net6.0;netstandard2.0;net462</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<PackageId>NetSparkleUpdater.SparkleUpdater</PackageId>
7-
<Version>3.1.0</Version>
7+
<Version>3.1.0-preview20251127001</Version>
88
<Authors>Deadpikle, Dirk Eisenberg</Authors>
99
<Description>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).</Description>
1010
<Copyright>Copyright 2010 - 2025</Copyright>

0 commit comments

Comments
 (0)