Skip to content

Commit b8db3fe

Browse files
docs(common): sync getting started with preview 8
1 parent 456075b commit b8db3fe

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ baseurl: /blazor-ui
276276

277277
## Latest UI for Blazor version. Used in some articles
278278

279-
uiForBlazorLatestVersion: "1.4.1"
279+
uiForBlazorLatestVersion: "1.5.0"
280280

281281
## The Kendo UI version used
282282
cdnVersion: "2019.1.115"

_contentTemplates/common/get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
>tip Make sure that you have [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0) and [Visual Studio 2019 **Preview**](https://visualstudio.microsoft.com/vs/preview/) installed. You must use the Preview version of Visual Studio for working with Blazor apps.
3333
>
34-
> The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports .NET Core 3 `Preview 7`.
34+
> The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports .NET Core 3 `Preview 8`.
3535
3636
You may also find useful the [Getting started videos for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo) by Telerik.
3737

@@ -61,13 +61,13 @@ Once you have added the Telerik NuGet feed, continue with this tutorial.
6161

6262
If you don't have a Blazor project set up, first you need to create one:
6363

64-
1. Open Visual Studio 2019
64+
1. Open Visual Studio 2019 Preview
6565

6666
1. Create a New Project
6767

68-
1. Choose `ASP.NET Core Web Application` and click `Next`. Then, choose a name and location for the project and click `Create`.
68+
1. Choose `Blazor App` and click `Next`. Then, choose a name and location for the project and click `Create`.
6969

70-
![Create new ASP.NET Core Web Application](images/create-new-application.jpg)
70+
![Create new ASP.NET Core Web Application](images/create-new-application.png)
7171
#end
7272

7373
#start-trial

getting-started/client-blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This article explains how to get the Telerik UI for Blazor components in your **
2626

2727
## Add the Telerik Components to Your Project
2828

29-
For client-side Blazor, we recommend the usage of `Blazor (ASP.NET Hosted)` project.
29+
For client-side `Blazor App`, we recommend the usage of `Blazor (ASP.NET Hosted)` project.
3030
@[template](/_contentTemplates/common/get-started.md#project-creation-part-1)
3131

3232
1. Choose the `Blazor (ASP.NET Hosted)` project type and click `Create`.
-11.3 KB
Loading
-9.77 KB
Loading
-137 KB
Binary file not shown.
60.9 KB
Loading

getting-started/server-blazor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ This article explains how to get the Telerik UI for Blazor components in your **
2626

2727
## Add the Telerik Components to Your Project
2828

29-
To use Blazor server-side, you need to use the `Razor Components` type of project.
29+
To use Blazor server-side, you need to use the `Blazor App` type of project with its `Blazor Server App` flavor.
3030
@[template](/_contentTemplates/common/get-started.md#project-creation-part-1)
3131

32-
1. Choose the `Razor Components` project type and click `Create`.
32+
1. Choose the `Blazor Server App` project type and click `Create`.
3333

3434
![Select Blazor Project Type](images/choose-project-template-server-blazor.png)
3535

0 commit comments

Comments
 (0)