Skip to content

Commit

Permalink
Update README, UPGRADING
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Nov 5, 2024
1 parent 6cb225f commit a36fa87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a36fa87

Please sign in to comment.