Skip to content

Commit

Permalink
Fix app cast gen versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Jun 21, 2024
1 parent 04ab158 commit f943bcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f943bcc

Please sign in to comment.