You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/licensing/set-up-your-license.md
+11-26Lines changed: 11 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,26 +36,16 @@ To install your license key by using the [Telerik UI for .NET MAUI Visual Studio
36
36
37
37
### Installing a License Key with the VS Code Extensions
38
38
39
-
To install your license key by using the [Telerik UI for .NET MAUI Visual Studio Code extensions]({%slug getting-started-vs-code-integration-overview%}):
39
+
To install your license key by using the [Telerik UI for .NET MAUI Visual Studio Code extensions menu]({%slug getting-started-vs-code-integration-overview%}):
40
40
41
-
1. Open Visual Studio Code and use one of the following approaches:
42
-
* Click the **Telerik Extensions Information** icon in the Visual Studio Code activity bar.
41
+
1. Open Visual Studio Code
42
+
1. Open the Visual Studio Code extensions menu:
43
+
*`Ctrl+Shift+P` on Windows/Linux
44
+
*`Cmd+Shift+P` on Mac.
43
45
44
-
1. Click on the **Telerik Extensions Information** icon
45
-
2. Select **MAUI** tab
46
-
3. Click **Create New Project**.
47
-
4. The **Telerik UI for .NET MAUI Template Wizard** opens
48
-
49
-
* From the Visual Studio Code Extensions menu
50
-
51
-
1. To open the menu, use:
52
-
*`Ctrl+Shift+P` on Windows/Linux
53
-
*`Cmd+Shift+P` on Mac.
54
-
55
-
2. Select **Telerik UI for .NET MAUI Template Wizard: Launch** from the menu and press **Enter**.
56
-
3. The **Telerik UI for .NET MAUI Template Wizard** opens
57
-
58
-
2. Check the **TELERIK ACCOUNT DETAILS** field in the wizard and press the **Download License Key File** button.
46
+
1. Select **Telerik UI for .NET MAUI Template Wizard: Launch** from the menu and press **Enter**.
47
+
1. The **Telerik UI for .NET MAUI Template Wizard** opens.
48
+
1. Check the **TELERIK ACCOUNT DETAILS** field in the wizard and press the **Download License Key File** button.
59
49
60
50

61
51
@@ -76,17 +66,12 @@ To manually download and install a license key for Telerik UI for .NET MAUI:
76
66
77
67

78
68
79
-
### Activating the Telerik UI for .NET MAUI Components
80
-
81
-
To activate the Telerik UI for .NET MAUI controls:
82
-
83
-
* Copy the [downloaded](#manual-license-key-installation)`telerik-license.txt` license key file to your home directory. This makes the license key available to all projects that you develop on your computer:
69
+
1. Copy the [downloaded](#manual-license-key-installation)`telerik-license.txt` license key file to your home directory. This makes the license key available to all projects that you develop on your computer:
84
70
85
-
* For Windows: `%AppData%\Telerik\telerik-license.txt`.
86
-
* For the standard Windows user, that path resolves to `C:\Users\[windows_username]\AppData\Roaming\Telerik\telerik-license.txt`, it can resolve differently for service accounts.
71
+
* For Windows: `%AppData%\Telerik\telerik-license.txt`. For the standard Windows user, that path resolves to `C:\Users\[windows_username]\AppData\Roaming\Telerik\telerik-license.txt`, it can resolve differently for service accounts.
87
72
* For Mac/Linux: `~/.telerik/telerik-license.txt`. If `.telerik` folder does not exist, create such, and paste the `telerik-license.txt` file in it.
88
73
89
-
*Alternatively, copy the `telerik-license.txt` license key file to the root folder of your project. This makes the license key available only to this project. Do not commit the file to source control as this is your personal license key.
74
+
Alternatively, copy the `telerik-license.txt` license key file to the root folder of your project. This makes the license key available only to this project. Do not commit the file to source control as this is your personal license key.
90
75
91
76
When you build the project, the `Telerik.Licensing` NuGet package automatically locates the license file and uses it to activate the MAUI controls.
0 commit comments