From f943bcce2457da759ed21dc0a17cb982f82602a8 Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Fri, 21 Jun 2024 17:16:42 +0900 Subject: [PATCH] Fix app cast gen versions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0e7c576..514c5032 100644 --- a/README.md +++ b/README.md @@ -136,9 +136,9 @@ We strongly recommend that you make use of the [netsparkle-generate-appcast](#in ### Install AppCast Generator Tool -0. This tool requires the .NET 5, 6, or 7 Desktop Runtime to be installed. -1. `dotnet tool install --global NetSparkleUpdater.Tools.AppCastGenerator` -2. 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. +1. This tool requires the .NET 6, 7, or 8 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. #### Sparkle Compatibility