Skip to content

Commit 6cb225f

Browse files
committed
Bump to 3.0.0-rc001
1 parent f971f2d commit 6cb225f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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

+2-2
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.0-preview20241016001</version>
6+
<version>3.0.0-rc001</version>
77
<authors>Deadpikle, Dirk Eisenberg</authors>
88
<owners>Deadpikle</owners>
99
<readme>README.md</readme>
@@ -19,7 +19,7 @@
1919
<releaseNotes>2.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.0-preview20241016001" exclude="Build,Analyzers" />
22+
<dependency id="NetSparkleUpdater.SparkleUpdater" version="3.0.0-rc001" exclude="Build,Analyzers" />
2323
</group>
2424
</dependencies>
2525
</metadata>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.0-preview20241016001</Version>
7+
<Version>3.0.0-rc001</Version>
88
<Authors>Deadpikle</Authors>
99
<Company>Deadpikle</Company>
1010
<Product>NetSparkleUpdater.UI.Avalonia</Product>

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

+1-1
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.0.0-preview20241016001</Version>
16+
<Version>3.0.0-rc001</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/NetSparkle.UI.WinForms.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Copyright>Copyright © 2024</Copyright>
1111
<OutputPath>..\bin\$(Configuration)\NetSparkle.UI.WinForms\</OutputPath>
1212
<!--<PackageId>NetSparkleUpdater.UI.WinForms.NetCore</PackageId>-->
13-
<Version>3.0.0-preview20241016001</Version>
13+
<Version>3.0.0-rc001</Version>
1414
<Authors>Deadpikle</Authors>
1515
<Company>Deadpikle</Company>
1616
<Description>NetSparkleUpdater/NetSparkle app updater framework with built-in WinForms 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 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/NetSparkle.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net9.0;net8.0;net7.0;net6.0;netstandard2.0;net462</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<PackageId>NetSparkleUpdater.SparkleUpdater</PackageId>
7-
<Version>3.0.0-preview20241016001</Version>
7+
<Version>3.0.0-rc001</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 - 2024</Copyright>

0 commit comments

Comments
 (0)