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 )

getting-started/vs-integration/upgrade-wizard.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ The Telerik Blazor Upgrade Wizard will do the following:
2424

2525
* Update the version of the referenced Blazor NuGet package. It will also update the package source in the solution-based NuGet config file.
2626
* Update the version of the theme reference, but only when using CDN. Otherwise, [update the theme manually](slug:getting-started-vs-integration-new-project#step-3-select-theme).
27-
* Update all local script and style and NuGet package references if you upgrade from a Trial to a Dev version.
2827
* It will add the new keys in the default (English) localization file.
2928

3029
## Projects for Upgrade

getting-started/web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This article explains how to use the Telerik UI for Blazor components in a Blazo
6262
1. Install the Telerik Blazor NuGet package:
6363

6464
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/) username and password.
65-
1. Select the **Browse** tab, find the NuGet package, and click **Install**. Commercial license holders must install `Telerik.UI.for.Blazor`. Trial users must install `Telerik.UI.for.Blazor.Trial`.
65+
1. Select the **Browse** tab, find the `Telerik.UI.for.Blazor` NuGet package, and click **Install**.
6666

6767
## Step 5: Enable the Blazor UI Components
6868

getting-started/what-you-need.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ Telerik UI for Blazor is distributed through several private and public NuGet pa
6161
| `Telerik.Pivot.Core` | Contains base code for the [PivotGrid component](slug:pivotgrid-overview). This NuGet package must not be used separately without the Telerik PivotGrid component. |
6262
| `Telerik.Pivot.DataProviders.Xmla` | Adds support for [data binding the PivotGrid component to XMLA](slug:pivotgrid-data-binding). This NuGet package must not be used separately without the Telerik PivotGrid component. |
6363

64-
>note If you use a trial license, the private package names have a `.Trial` suffix, for example, `Telerik.UI.for.Blazor.Trial`.
65-
6664
### Getting the Telerik NuGet Packages
6765

6866
To get the public Telerik icon and licensing packages, you only need the default NuGet package source `nuget.org`. To [use a local NuGet feed](https://learn.microsoft.com/en-us/nuget/hosting-packages/local-feeds), download the packages from:
@@ -170,13 +168,9 @@ Register the [Telerik font icon stylesheet](slug:common-features-icons#font-icon
170168
````HTML
171169
<head>
172170
<link rel="stylesheet" href="_content/Telerik.UI.for.Blazor/css/kendo-theme-default/all.css" />
173-
<!-- When using a Trial license -->
174-
<!--<link rel="stylesheet" href="_content/Telerik.UI.for.Blazor.Trial/css/kendo-theme-default/all.css" />-->
175171

176172
<!-- Add only if using font icons -->
177173
<!--<link href="_content/Telerik.UI.for.Blazor/css/kendo-font-icons/font-icons.css" rel="stylesheet" />-->
178-
<!-- When using a Trial license -->
179-
<!--<link href="_content/Telerik.UI.for.Blazor.Trial/css/kendo-font-icons/font-icons.css" rel="stylesheet" />-->
180174

181175
<!-- main application stylesheet -->
182176
<link rel="stylesheet" href="css/app.css" />
@@ -204,8 +198,6 @@ The recommended way to register the Telerik Blazor JS file for better loading pe
204198
<html>
205199
<head>
206200
<script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js" defer></script>
207-
<!-- When using a Trial license -->
208-
<!--<script src="_content/Telerik.UI.for.Blazor.Trial/js/telerik-blazor.js" defer></script>-->
209201
</head>
210202
<body>
211203
<script src="_framework/blazor.web.js" autostart="false"></script>

introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ Use [our feedback portal](https://feedback.telerik.com/blazor) to tell us which
212212

213213
Page Templates offer ready-to-use Blazor layouts that effectively integrate the Telerik UI for Blazor components. These templates consist of Building Blocks, which are the individual elements that form the complete layouts. The templates and blocks streamline the development process by providing pre-designed, customizable elements. For more details, refer to the [Building Blocks and Page Templates documentation](https://www.telerik.com/design-system/docs/ui-templates/overview/).
214214

215-
## Trial Version and Commercial License
215+
## Trial and Commercial License
216216

217-
UI for Blazor is a commercial UI library. You are welcome to explore its full functionality and get technical support from the team when you register for a free 30-day trial. While using the trial package, a watermark and banner will appear over the rendered components.
217+
UI for Blazor is distributed as a single package, with functionality determined by the applied license. By default, you can register for a free 30-day trial to explore the full capabilities of the library and receive technical support. During the trial period, a visual watermark and banner will appear over rendered components.
218218

219219
To use UI for Blazor commercially, you need to <a href="https://www.telerik.com/purchase/blazor-ui" target="_blank">purchase a license</a>. Feel free to review the Telerik UI for Blazor <a href="https://www.telerik.com/purchase/license-agreement/blazor-ui" target="_blank">License Agreement</a> and get acquainted with the full terms of use.
220220

knowledge-base/font-icons-not-rendering.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,5 @@ To keep using Font icons in your application use one of the two approaches:
4747
* Download the [Telerik UI for Blazor package](slug:installation-msi#how-to-download-the-automated-installer) and reference the static assets for the Font Icons in the `_Host.cshtml` or `index.html` (based on the hosting model) file in your application:
4848

4949
````RAZOR
50-
<!-- For Trial licenses, use
51-
<link href="_content/Telerik.UI.for.Blazor.Trial/css/kendo-font-icons/font-icons.css" rel="stylesheet" />
52-
-->
53-
5450
<link href="_content/Telerik.UI.for.Blazor/css/kendo-font-icons/font-icons.css" rel="stylesheet" />
5551
````

knowledge-base/jquery-kendo-in-blazor.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,4 @@ Should you decide to use jQuery widgets from the Kendo UI suite, here are the th
4242

4343
>tip A sample project that showcases these is available here: [jQuery Kendo Widgets in Blazor](https://github.com/telerik/blazor-ui/tree/master/common/kendo-in-blazor).
4444
45-
The project references a commercial version of UI for Blazor. If you only have a trial license, replace the reference to the NuGet package and to the JS Interop file [accordingly](slug:getting-started/what-you-need).
46-
4745
>note Such an integration is not supported by Telerik.

styling-and-themes/overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ The `Telerik.UI.for.Blazor` NuGet package includes only the *Main* swatch of eac
100100
</head>
101101
````
102102

103-
> Trial users must add `.Trial` to the theme URL:
104-
>
105-
> `<link rel="stylesheet" href="_content/Telerik.UI.for.Blazor.Trial/css/kendo-theme-default/all.css" />`
106-
107103
## Compatibility and Maintenance
108104

109105
The Telerik themes are decoupled from the Telerik Blazor components, which leads to the following usage requirements:

troubleshooting/js-errors.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ You can check if this is the case by inspecting the Network tab of your browser
4545
* Discuss the case with your network administrators to have our CDN allowed.
4646
* Use [static assets](slug:getting-started/what-you-need#css-theme-and-javascript-files) from the app folder to avoid going to the cloud.
4747

48-
* The application was upgraded from a trial to a commercial license, but the path to the file was not. See the [Upgrade from Trial to Commercial](slug:upgrade-tutorial#upgrade-from-trial-to-commercial) section for details.
49-
5048
* Static assets are not enabled on the server project, or the hosting environment does not work well with them. You need to ensure that the static assets are available after the build and on the deployment server - they are in the local NuGet cache, under a path similar to `C:\Users\<theUser>\.nuget\packages\telerik.ui.for.blazor\<theVersion>\staticwebassets`. It is also possible that the hosting server does not support static assets or has issues with them and you may need to confirm this with the hosting provider or by testing with a simple package having a static asset to see whether it gets returned.
5149
* [Clearing the NuGet cache](https://docs.microsoft.com/en-us/nuget/consume-packages/managing-the-global-packages-and-cache-folders#clearing-local-folders), then running a `Clean` and `Rebuild` on the solution may fix the problem in case something went wrong with fetching the NuGet package. In case `Clean` does not clean up the `bin` and `obj` folders, you can also delete them manually before `Rebuild`.
5250

troubleshooting/nuget-feed.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Regardless of the cause for the issue, it is recommended that you start from the
3030
The most common reasons for issues with the private Telerik NuGet feed are related to:
3131

3232
* Authentication and credentials.
33-
* Licensing. For example, requesting commercial packages with a trial license or vice-versa.
3433
* Missing or wrong local configuration (`NuGet.Config`).
3534
* Network connectivity issues, including **proxies** and **firewalls**.
3635

@@ -40,8 +39,6 @@ Errors like `Unable to load the service index for source https://nuget.telerik.c
4039

4140
To verify if you can access the Telerik NuGet server and the expected packages, open https://nuget.telerik.com/v3/search?q=blazor&prerelease=true&skip=0&take=100&semVerLevel=2.0.0 directly in the web browser and enter your Telerik credentials in the prompt.
4241

43-
As a result, you will see a JSON output with the NuGet packages and versions that are available for you. Depending on your license, search for `Telerik.UI.for.Blazor` or `Telerik.UI.for.Blazor.Trial`.
44-
4542
If the above URL doesn't open, you have either come across a local networking issue or [the NuGet server is down](#error-503-service-unavailable).
4643

4744
If you can access the feed in the browser, but you do not see the packages in Visual Studio, most likely the problem is caused by entering wrong credentials or using a different Telerik account. Make sure your saved credentials are correct. Also, you must not have a `NuGet.Config` file in your project as it may bring in invalid credentials and project-level configuration files override the global ones.

0 commit comments

Comments
 (0)