Skip to content

Commit

Permalink
Typo fix in RC1 sdk.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jongalloway committed Sep 10, 2024
1 parent 6b1fa48 commit 72b57e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-notes/9.0/preview/rc1/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Here's a summary of what's new in the .NET SDK in this release:

* [Workload History](#workload-history)

SDK updates in .NET 7 Release Candidate 1:
SDK updates in .NET 9 Release Candidate 1:

* [Release notes](https://github.com/dotnet/core/blob/main/release-notes/9.0/preview/rc1/sdk.md)
* [What's new in the .NET Runtime in .NET 9](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-9/overview) documentation
Expand Down Expand Up @@ -36,4 +36,4 @@ Id Date Command Workloads
Running `dotnet workload history` will print out a table of the history of workload installations or modifications for the current .NET SDK installation. The table will show key information like the date of the installation or modification, the command that was run, the workloads that were installed or modified, and the relevant version(s) for the command.
The most important piece of information is the _id_ - this can be used in the `dotnet workload update` command with the `--from-history` option (for example `dotnet workload update --from-history 3` to return to loose manifest mode) to tell the SDK to return to the state at that version. This can be useful if you want to revert to a previous state for any reason.

In this example, I had an SDK installation with the initial state of the android, ios, maccatalyst, and maui-windows workloads installed. I then ran `dotnet workload install aspire --version 9.0.100-rc.1.24453.3` to install the aspire workload and switch to workload sets mode, and the history command shows that the installation was successful. If I want to return to the previous state for any reason, I can use the _id_ from the history table to do so: `dotnet workload update --from-history 1`.
In this example, I had an SDK installation with the initial state of the android, ios, maccatalyst, and maui-windows workloads installed. I then ran `dotnet workload install aspire --version 9.0.100-rc.1.24453.3` to install the aspire workload and switch to workload sets mode, and the history command shows that the installation was successful. If I want to return to the previous state for any reason, I can use the _id_ from the history table to do so: `dotnet workload update --from-history 1`.

0 comments on commit 72b57e5

Please sign in to comment.