Skip to content

Commit 873c267

Browse files
committed
chore(sample-apps): automatic sync package version
1 parent 221d6d1 commit 873c267

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

sample-applications/blazing-coffee/BlazingCoffee/Client/BlazingCoffee.Client.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
1+
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.1" />
2727
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
2828
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
29-
<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="5.0.1" />
29+
<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="5.1.0" />
3030
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
3131
<PackageReference Include="Markdig" Version="0.26.0" />
3232
</ItemGroup>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33

44
<head>
@@ -19,7 +19,7 @@
1919
<!-- /Commercial script file -->
2020
<!-- If main.css is missing, please `run npm install` and `npm run build` -->
2121
<link href="css/main.css" rel="stylesheet" />
22-
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/5.0.0/kendo-theme-default/all.css" rel="stylesheet" />
22+
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/5.1.0/kendo-theme-default/all.css" rel="stylesheet" />
2323
<!-- PWA -->
2424
<link href="manifest.json" rel="manifest" />
2525
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />

sample-applications/blazing-coffee/BlazingCoffee/Client/wwwroot/js/themeChooser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.themeChooser = {
2-
themeVersion: "5.0.0",
2+
themeVersion: "5.1.0",
33
themeList: [
44
{ themeValue: "default-ocean-blue", mainTheme:"default", isSwatch: true },
55
{ themeValue: "default", mainTheme: "default", isSwatch: false },

sample-applications/blazing-coffee/BlazingCoffee/Server/BlazingCoffee.Server.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -36,9 +36,9 @@
3636
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0" />
3737
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
3838
<PackageReference Include="Swashbuckle.AspNetCore.Filters" Version="6.0.0" />
39-
<PackageReference Include="Telerik.Documents.SpreadsheetStreaming.Trial" Version="2023.3.1106" />
40-
<PackageReference Include="Telerik.Documents.Flow.Trial" Version="2023.3.1106" />
41-
<PackageReference Include="Telerik.Documents.Flow.FormatProviders.Pdf.Trial" Version="2023.3.1106" />
39+
<PackageReference Include="Telerik.Documents.SpreadsheetStreaming.Trial" Version="2024.1.124" />
40+
<PackageReference Include="Telerik.Documents.Flow.Trial" Version="2024.1.124" />
41+
<PackageReference Include="Telerik.Documents.Flow.FormatProviders.Pdf.Trial" Version="2024.1.124" />
4242
</ItemGroup>
4343

4444
<ItemGroup>

sample-applications/blazing-coffee/BlazingCoffee/Shared/BlazingCoffee.Shared.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="8.0.1" />
99
<PackageReference Include="System.ComponentModel.Annotations" Version="6.0.0-preview.4.21253.7" />
1010
<PackageReference Include="System.Text.Json" Version="8.0.1" />
11-
<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="5.0.1" />
11+
<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="5.1.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@using Microsoft.Extensions.Hosting
1+
@using Microsoft.Extensions.Hosting
22
@inject IHostEnvironment Env
33

44
<!DOCTYPE html>
@@ -9,7 +9,7 @@
99
<title>Telerik UI for Blazor Dashboard Sample App</title>
1010
<base href="/blazor-dashboard-app/" />
1111
<link href="favicon.ico" rel="icon" type="image/x-icon" />
12-
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/4.6.0/kendo-theme-bootstrap/all.css" rel="stylesheet" />
12+
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/5.1.0/kendo-theme-bootstrap/all.css" rel="stylesheet" />
1313
<link href="css/styles.css" rel="stylesheet" />
1414
<!-- Trial script file -->
1515
<!-- If you are using a commercial license, replace the telerik-blazor.js script tag with the one commented below. -->

sample-applications/blazor-dashboard/BlazorDashboard/BlazorDashboard.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="5.0.1" />
8+
<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="5.1.0" />
99
</ItemGroup>
1010

1111
</Project>

sample-applications/blazor-stocks/Client/BlazorFinancePortfolio.Client.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
1111
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0" PrivateAssets="all" />
1212
<PackageReference Include="System.Net.Http.Json" Version="7.0.0" />
13-
<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="5.0.1" />
13+
<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="5.1.0" />
1414
<PackageReference Include="BlazorPro.BlazorSize" Version="3.1.0" />
1515
</ItemGroup>
1616

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33

44
<head>
@@ -9,7 +9,7 @@
99
<link href="favicon.ico" rel="icon" type="image/x-icon" />
1010
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
1111
<link href="css/styles.css" rel="stylesheet" />
12-
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/5.0.0/kendo-theme-bootstrap/all.css" rel="stylesheet" />
12+
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/5.1.0/kendo-theme-bootstrap/all.css" rel="stylesheet" />
1313
<script src="_content/Telerik.UI.for.Blazor.Trial/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" />

sample-applications/blazor-stocks/Shared/BlazorFinancePortfolio.Shared.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="5.0.1" />
8+
<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="5.1.0" />
99
</ItemGroup>
1010

1111
</Project>

0 commit comments

Comments
 (0)