From a36fa87c5d50b076109c4a1cd70b0822b151d5a9 Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Tue, 5 Nov 2024 18:49:32 +0900 Subject: [PATCH] Update README, UPGRADING --- README.md | 6 +++--- UPGRADING.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 67c27b9b..98369083 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ We are open to contributions that might make the overall install/update process 0. If you want a pre-built UI, install one of the UI NuGet packages. If not, install the core NuGet package. 1. Set up your project file as mentioned in the following section -2. Download the app cast generator CLI tool (requires .NET 6, 7, or 8 runtime): `dotnet tool install --global NetSparkleUpdater.Tools.AppCastGenerator` +2. Download the app cast generator CLI tool (requires .NET 6, 7, 8, or 9 runtime): `dotnet tool install --global NetSparkleUpdater.Tools.AppCastGenerator` 3. Create your ed25519 keys (save the generated keys somewhere for safe keeping!): ```bash netsparkle-generate-appcast --generate-keys @@ -271,7 +271,7 @@ We strongly recommend that you make use of the [netsparkle-generate-appcast](#in ### Install AppCast Generator Tool -1. This tool requires the .NET 6, 7, or 8 Desktop Runtime to be installed. +1. This tool requires the .NET 6, 7, 8, or 9 Desktop Runtime to be installed. 2. `dotnet tool install --global NetSparkleUpdater.Tools.AppCastGenerator` 3. The tool is now available on your command line as the `netsparkle-generate-appcast` command. You can use `netsparkle-generate-appcast --help` to see a full list of options for this tool. @@ -345,7 +345,7 @@ _Note:_ the app cast generator tool creates both of these signatures for you whe ### Ed25519 Signatures -You can generate Ed25519 signatures using the `AppCastGenerator` tool (from [this NuGet package](https://www.nuget.org/packages/NetSparkleUpdater.Tools.AppCastGenerator/) or in the [source code here](https://github.com/NetSparkleUpdater/NetSparkle/tree/develop/src/NetSparkle.Tools.AppCastGenerator)). **This tool requires the .NET 6, 7, or 8 Desktop Runtime to be installed.** Please see below sections for options and examples on generating the Ed25519 keys and for using them when creating an app cast. +You can generate Ed25519 signatures using the `AppCastGenerator` tool (from [this NuGet package](https://www.nuget.org/packages/NetSparkleUpdater.Tools.AppCastGenerator/) or in the [source code here](https://github.com/NetSparkleUpdater/NetSparkle/tree/develop/src/NetSparkle.Tools.AppCastGenerator)). **This tool requires the .NET 6, 7, 8, or 9 Desktop Runtime to be installed.** Please see below sections for options and examples on generating the Ed25519 keys and for using them when creating an app cast. ### How can I make the app cast? diff --git a/UPGRADING.md b/UPGRADING.md index 56aef958..dc9e56d3 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -2,7 +2,7 @@ ### Summary of 3.x Changes -* Updated .NET and .NET Framework compatibility +* Updated .NET and .NET Framework compatibility (Bump minimum requirement to .NET 4.6.2, Add .NET 9) * Built-in JSON app cast reading/writing instead of just XML * Built-in ability to use different channels for your apps (e.g. beta, alpha, preview) * Semver compatibility