From 1a72c1ad1128012171c3091691941f66380cdfc3 Mon Sep 17 00:00:00 2001 From: albert <9526587+ebicoglu@users.noreply.github.com> Date: Sat, 25 Dec 2021 21:46:14 +0300 Subject: [PATCH] Update POST.md --- .../POST.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/en/Community-Articles/2021-12-13-Integrating-the-Syncfusion-MVC-Components-to-the-ABP-MVC-UI/POST.md b/docs/en/Community-Articles/2021-12-13-Integrating-the-Syncfusion-MVC-Components-to-the-ABP-MVC-UI/POST.md index b2d41a5211..edaeaf46db 100644 --- a/docs/en/Community-Articles/2021-12-13-Integrating-the-Syncfusion-MVC-Components-to-the-ABP-MVC-UI/POST.md +++ b/docs/en/Community-Articles/2021-12-13-Integrating-the-Syncfusion-MVC-Components-to-the-ABP-MVC-UI/POST.md @@ -2,7 +2,7 @@ ## Introduction -Hi, in this article we will see how we can integrate the Syncfusion MVC Components into our application. +In this article we will see how we can integrate the Syncfusion MVC Components into our ABP application. ## Source Code @@ -13,7 +13,8 @@ You can find the source code of the application at https://github.com/EngincanV/ * [.NET 6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) * In this article, we will create a new startup template in v5.0.0-rc.2 and if you follow this article from top to bottom and create a new startup template with me, you need to install the [.NET 6 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) before starting. - + +**NOTE:** ABP v5.X stable version has been released. You can replace v5.0.0-rc.2 with the latest stable version in your steps. Also, you need to update your ABP CLI to the v5.0.0-rc.2, you can use the command below to update your CLI version: @@ -317,4 +318,4 @@ After injecting the Syncfusion style and script into our application, our config In this article, we've explained how to integrate the **Syncfusion Components** into our applications. After following this article, you can use the Syncfusion components in your application. -Thanks for reading the article, I hope you've found it useful :) \ No newline at end of file +Thanks for reading the article, I hope you've found it useful :)