Skip to content

Commit c68e293

Browse files
committed
chore: remove trial references for blazor sample apps
1 parent 81763e1 commit c68e293

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

sample-applications/blazing-coffee/BlazingCoffee/Client/Host.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- Trial script file -->
1212
<!-- If you are using a commercial license, replace the telerik-blazor.js script tag with the one commented below. -->
1313

14-
<script src="_content/Telerik.UI.for.Blazor.Trial/js/telerik-blazor.js"></script>
14+
<script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js"></script>
1515

1616
<!-- /Trial script file -->
1717
<!-- Commercial script file -->

sample-applications/blazor-dashboard/BlazorDashboard/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- Trial script file -->
1515
<!-- If you are using a commercial license, replace the telerik-blazor.js script tag with the one commented below. -->
1616

17-
<script src="_content/Telerik.UI.for.Blazor.Trial/js/telerik-blazor.js" defer></script>
17+
<script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js" defer></script>
1818

1919
<!-- /Trial script file -->
2020
<!-- Commercial script file -->

sample-applications/blazor-dashboard/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,5 @@ To run this app locally, you need:
1515
* to be able to run the latest Telerik UI for Blazor version (more details [here](https://docs.telerik.com/blazor-ui/getting-started/what-you-need))
1616
* .NET 8 installed - you can download it from [here](https://dotnet.microsoft.com/download)
1717

18-
If you don't have a commercial license for UI for Blazor, [start a trial](https://www.telerik.com/download-trial-file/v2-b/ui-for-blazor) and replace the package reference with `Telerik.UI.for.Blazor.Trial`.
19-
2018
1. open the `sln` file with VS 2022
2119
1. press `F5`

sample-applications/blazor-stocks/Client/Host.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
1111
<link href="css/styles.css" rel="stylesheet" />
1212
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/9.0.0/kendo-theme-bootstrap/all.css" rel="stylesheet" />
13-
<script src="_content/Telerik.UI.for.Blazor.Trial/js/telerik-blazor.js"></script>
13+
<script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js"></script>
1414
<link href="manifest.json" rel="manifest" />
1515
<link rel="apple-touch-icon" sizes="512x512" href="default-icon-512x512.png" />
1616

0 commit comments

Comments
 (0)