Skip to content

Commit

Permalink
docs: Update doc/articles/get-started-licensing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agneszitte authored Nov 13, 2024
1 parent b0dac95 commit ad768a5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/articles/get-started-licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ If you’ve already set up **Visual Studio 2022** by following the [Get Started

1. Create a new Uno Platform project by following the [Creating an app with Visual Studio 2022](xref:Uno.GettingStarted.CreateAnApp.VS2022) documentation or open an existing one with Uno.Sdk version 5.5 or higher.

For existing applications you should take this opportunity to update to the [latest `Uno.Sdk` version](https://www.nuget.org/packages/Uno.Sdk).
For existing applications, you should take this opportunity to update to the [latest `Uno.Sdk` version](https://www.nuget.org/packages/Uno.Sdk).

1. After your project has finished loading, a notification should appear. Click on **Sign in / Register** button.
1. After your project has finished loading, a notification should appear. Click on the **Sign in / Register** button.

![Visual Studio 2022 notification](Assets/uno-settings-notification.png)

Expand All @@ -46,9 +46,9 @@ If you’ve already set up **Visual Studio Code** by following the [Get Started

1. Create a new Uno Platform project by following the [Creating an app with VS Code](xref:Uno.GettingStarted.CreateAnApp.VSCode) documentation or open an existing one with Uno.Sdk version 5.5 or higher.

For existing applications you should take this opportunity to update to the [latest `Uno.Sdk` version](https://www.nuget.org/packages/Uno.Sdk).
For existing applications, you should take this opportunity to update to the [latest `Uno.Sdk` version](https://www.nuget.org/packages/Uno.Sdk).

1. After your project has finished loading, a notification should appear. Click on **Sign in / Register** button.
1. After your project has finished loading, a notification should appear. Click on the **Sign in / Register** button.

![Visual Studio Code notification](Assets/uno-settings-vsc-notification.png)

Expand All @@ -63,9 +63,9 @@ If you’ve already set up **JetBrains Rider** by following the [Get Started on

1. Create a new Uno Platform project by following the [Create an app with JetBrains Rider](xref:Uno.GettingStarted.CreateAnApp.Rider) documentation or open an existing one with Uno.Sdk version 5.5 or higher.

For existing applications you should take this opportunity to update to the [latest `Uno.Sdk` version](https://www.nuget.org/packages/Uno.Sdk).
For existing applications, you should take this opportunity to update to the [latest `Uno.Sdk` version](https://www.nuget.org/packages/Uno.Sdk).

1. After your project has finished loading, a notification should appear. Click on **Sign in / Register** button.
1. After your project has finished loading, a notification should appear. Click on the **Sign in / Register** button.

![JetBrains Rider notification](Assets/uno-settings-rider-notification.png)

Expand All @@ -84,12 +84,12 @@ If you’ve already set up **JetBrains Rider** by following the [Get Started on

1. Once signed in, you’ll see a confirmation of your account along with your license details.

You can then use the **Hot Reload** feature to speed up your workflow and test changes in real time. For more information, refer to the [Hot Reload documentation](xref:Uno.Features.HotReload).
You can then use the **Hot Reload** feature to speed up your workflow and test changes in real-time. For more information, refer to the [Hot Reload documentation](xref:Uno.Features.HotReload).

![Uno Platform Settings signed in](Assets/uno-settings-main.png)

> [!TIP]
> You can also access a menu where you can select **My Account** to view your account details, **Refresh** the account changes and **Sign out**.
> You can also access a menu where you can select **My Account** to view your account details, **Refresh** the account changes, and **Sign out**.
>
> ![Uno Platform Settings Menu](Assets/uno-settings-menu.png)
Expand Down

0 comments on commit ad768a5

Please sign in to comment.