Skip to content

Commit bc4c365

Browse files
committed
chore: update docs to reflect new package distribution
1 parent 677f659 commit bc4c365

File tree

20 files changed

+23
-113
lines changed

20 files changed

+23
-113
lines changed

_contentTemplates/common/get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
## Step 0: Download Telerik UI for Blazor
1515

16-
* If you have already purchased a Telerik UI for Blazor license, continue with the [next step and install a license key](#step-1-install-a-license-key).
16+
* If you have already purchased a Telerik UI for Blazor commercial license, continue with the [next step and install a license key](#step-1-install-a-license-key).
1717

18-
* If you are new to UI for Blazor and haven't purchased a license yet, you must <a href="https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor" target="_blank">download and install the trial version</a> of the UI for Blazor components&mdash;this will activate your free trial and allow you to use the components. During the installation, select the **Set up Telerik NuGet package source** checkbox and the installer will configure the Telerik [online NuGet feed](slug:installation/nuget) automatically. You will use this feed later in the tutorial.
18+
* If you are new to UI for Blazor and haven't purchased a license yet, you can <a href="https://www.telerik.com/try/ui-for-blazor" target="_blank">Start a Free Trial</a> by downloading and installing the UI for Blazor components&mdash;this will activate your free trial and allow you to use the components. During the installation, select the **Set up Telerik NuGet package source** checkbox and the installer will configure the Telerik [online NuGet feed](slug:installation/nuget) automatically. You will use this feed later in the tutorial.
1919

2020
>Trial users must complete the installation of the components. Otherwise their trial license will not activate and you cannot complete the tutorial successfully.
2121
@@ -127,7 +127,7 @@ To setup a local NuGet package source, so you can install the Telerik components
127127
#navigate-account
128128
1. Go to [Downloads](https://www.telerik.com/account/downloads) in your [Telerik account](https://www.telerik.com/account/).
129129

130-
1. On the loaded page choose from your purchased products or trial downloads **Progress® Telerik® UI for Blazor**, and click on it.
130+
1. On the loaded page click on **Progress® Telerik® UI for Blazor**.
131131
#end
132132

133133

_contentTemplates/common/js-interop-file.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
<head>
2525
. . .
2626
<script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js"></script>
27-
28-
<!-- For Trial licenses, use
29-
<script src="_content/Telerik.UI.for.Blazor.Trial/js/telerik-blazor.js"></script>
30-
-->
3127
</head>
3228
````
3329
#end
@@ -37,10 +33,6 @@
3733
<head>
3834
. . .
3935
<link rel="stylesheet" href="_content/Telerik.UI.for.Blazor/css/kendo-theme-default/all.css" />
40-
41-
<!-- For Trial licenses, use
42-
<link rel="stylesheet" href="_content/Telerik.UI.for.Blazor.Trial/css/kendo-theme-default/all.css" />
43-
-->
4436
</head>
4537
````
4638
#end

common-features/icons.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ In version 4.6.0 of Telerik UI for Blazor, the font icon styles were separated i
8989
````RAZOR
9090
<!-- If using static assets from the NuGet package -->
9191
<link href="_content/Telerik.UI.for.Blazor/css/kendo-font-icons/font-icons.css" rel="stylesheet" />
92-
<!-- If using static assets from a Trial NuGet package -->
93-
<link href="_content/Telerik.UI.for.Blazor.Trial/css/kendo-font-icons/font-icons.css" rel="stylesheet" />
9492
9593
<!-- If using the Telerik Blazor CDN - set the correct version number in the URL -->
9694
<link href="https://blazor.cdn.telerik.com/blazor/{{site.uiForBlazorLatestVersion}}/kendo-font-icons/font-icons.css" rel="stylesheet" type="text/css" />

deployment/troubleshooting.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ namespace MyBlazorAppName
7777
* We have had reports that indicate missing project references do not copy the static assets. For example, in an ASP.NET Core hosted WebAssembly project the server project usually has a project reference to the Blazor project. If that reference is missing, the static assets might not be present in the output.
7878

7979

80-
### Trial Message
80+
### Your Deployed Application Shows a Banner or a Watermark
81+
82+
Ensure that you have set up an environment variable by following the steps from the [Use License Keys in CI/CD](slug:installation-license-key) article.
83+
8184

8285
`Trial Message` - if the machine that performs the build has access to a trial version of our NuGet package, the framework may get confused and copy a trial assembly to the publish location and you may see the trial messages live. Solutions are available in the [Upgrade Troubleshooting - I Still See the Trial Message](slug:upgrade-tutorial#i-still-see-the-trial-watermark-and-banner) article.
8386

getting-started/client-blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This article explains how to get the <a href = "https://www.telerik.com/blazor-u
5252
2. Install the Telerik Blazor NuGet package:
5353

5454
1. Select the `telerik.com` **Package source** that you [added earlier](#step-3-add-the-telerik-nuget-feed-to-visual-studio). As this is a private NuGet feed, you must authenticate with your [Telerik account](https://www.telerik.com/account/) user name and password.
55-
1. Select the **Browse** tab, find the NuGet package, and click **Install**. Commercial license holders should install `Telerik.UI.for.Blazor`. Trial users should install `Telerik.UI.for.Blazor.Trial`.
55+
1. Select the **Browse** tab, find the `Telerik.UI.for.Blazor` NuGet package, and click **Install**.
5656

5757
![Add Telerik Blazor Package to Client Project](images/add-telerik-nuget-to-client-app.png)
5858

getting-started/server-blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Blazor Server runs C# on the server and updates the UI in the browser through a
5252
2. Install the Telerik Blazor NuGet package:
5353

5454
1. Select the `telerik.com` **Package source** that you [added earlier](#step-3-add-the-telerik-nuget-feed-to-visual-studio). As this is a private NuGet feed, you must authenticate with your [Telerik account](https://www.telerik.com/account/) user name and password.
55-
1. Select the **Browse** tab, find the NuGet package, and click **Install**. Commercial license holders should install `Telerik.UI.for.Blazor`. Trial users should install `Telerik.UI.for.Blazor.Trial`.
55+
1. Select the **Browse** tab, find the `Telerik.UI.for.Blazor` NuGet package, and click **Install**.
5656

5757
![Add Telerik Blazor Package to the project](images/add-telerik-nuget-to-server-app.png)
5858

getting-started/vs-code-integration/document-processing-wizard.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Upon successful completion of the above steps, the wizard must appear like this:
4141
The Telerik Document Processing Configuration wizard allows you to:
4242

4343
* Select which libraries to use.
44-
* Use the commercial or trial versions of the libraries.
4544
* Select the project (`.csproj` file), in which you want to install the libraries. This option is useful when the user has many open projects in the workspace. If a library has any dependencies, they are automatically checked.
4645

4746
The table below lists the assemblies that will be selected for each library:

getting-started/vs-code-integration/new-project-wizard.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,27 +58,23 @@ Here you can select the desired hosting model&mdash;[**WebApp**](slug:getting-st
5858

5959
The available target framework options are updated upon selecting the hosting model.
6060

61-
#### Section 6: Select Your License Type
62-
63-
Select your license type - **Commercial** (**Paid**) or **Trial**.
64-
65-
#### Section 7: Choose How to Distribute the Client Assets
61+
#### Section 6: Choose How to Distribute the Client Assets
6662

6763
Choose whether to load the required Telerik UI stylesheet and JS Interop file as [static NuGet assets](slug:getting-started/what-you-need#css-theme-and-javascript-files) or load them from the [Telerik CDN](slug:common-features-cdn).
6864

69-
#### Section 8: Enable or Disable Localization
65+
#### Section 7: Enable or Disable Localization
7066

7167
Choose whether to use [localization](slug:globalization-localization) in the project or not.
7268

73-
#### Section 9: Select the Preferred Icon Type
69+
#### Section 8: Select the Preferred Icon Type
7470

7571
Decide if you want to switch to using [Font Icons](slug:common-features-icons) instead of the default SVG icons.
7672

77-
#### Section 10: Select Target Framework
73+
#### Section 9: Select Target Framework
7874

7975
The available .NET framework versions vary depending on the selected hosting model.
8076

81-
#### Section 11: Select Theme
77+
#### Section 10: Select Theme
8278

8379
Select your desired [theme](slug:themes-overview) for your project. Click **See All Swatches** to explore the available [theme color variations](slug:themes-overview#basics).
8480

getting-started/vs-integration/convert-project-wizard.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,7 @@ The issue can manifest in a couple of ways:
109109
* The components have no styling.
110110
* There are JavaScript errors that Telerik objects cannot be found.
111111

112-
The most common reason for this problem is a mismatch between the installed version and the actual license that you have. For example:
113-
114-
* Only a trial version is installed on your development machine, but you already have a commercial license, yet you never installed the commercial version.
115-
* The wizard did not properly detect the installed version.
112+
The most common reason for this problem is a mismatch between the installed version and the actual license that you have.
116113

117114
The cause are wrong paths to the needed web assets. To resolve this open the index file:
118115

getting-started/vs-integration/options.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ C:\Users\[username]\AppData\Roaming\Telerik\Updates
5050

5151
* **Suggest project upgrades for Telerik product versions available on my computer**`True` by default.
5252

53-
* **Suggest upgrades when an equal Dev release is detected on projects using a Trial**`True` by default.
54-
5553
## See Also
5654

5755
* [Creating New Projects with Visual Studio](slug:getting-started-vs-integration-new-project )

0 commit comments

Comments
 (0)