Skip to content

Commit 00ee018

Browse files
docs: fix parameters being used in md's meta information (#1714)
* docs: address dotnet 6 deprecation issues * docs: fix parameters being used in md's meta information * revert changes
1 parent a7ea838 commit 00ee018

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

designing-reports/report-designer-tools/web-report-designer/how-to-set-up-in-dotnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Setting up in .NET
3-
page_title: Embedding the Web Report Designer in .NET {{site.mindotnetversion}}+
4-
description: "Learn how to set up the Telerik Web Report Designer in .NET {{site.mindotnetversion}} and higher applications via the Visual Studio Item Templates or Manually."
3+
page_title: Embedding the Web Report Designer in .NET 8+
4+
description: "Learn how to set up the Telerik Web Report Designer in .NET 8 and higher applications via the Visual Studio Item Templates or Manually."
55
slug: telerikreporting/designing-reports/report-designer-tools/web-report-designer/how-to-set-up-in-.net-5-and-.net-core-3.1-applications
6-
tags: how,to,set,up,in,.net,{{site.mindotnetversion}},applications
6+
tags: how,to,set,up,in,.net,8,applications
77
published: True
88
position: 1
99
previous_url: /web-report-designer-setup-in-net-core3,/designing-reports/report-designer-tools/web-report-designer/how-to-set-up-in-.net-5-and-.net-core-3.1-applications

embedding-reports/display-reports-in-applications/web-application/html5-report-viewer/how-to-use-html5-report-viewer-in-an-asp.net-core-in-.net-5-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Using in .NET
33
page_title: HTML5 Report Viewer in ASP.NET Core - Telerik Reporting
4-
description: "Learn how to add an HTML5 Report Viewer in an ASP.NET Core in {{site.dotnetversions}} web app."
4+
description: "Learn how to add an HTML5 Report Viewer in an ASP.NET Core in 8 web app."
55
slug: telerikreporting/using-reports-in-applications/display-reports-in-applications/web-application/html5-report-viewer/how-to-use-html5-report-viewer-in-an-asp.net-core-in-.net-5-application
66
tags: how,use,html5,report,viewer,asp.net,core,.net,application
77
published: True

embedding-reports/display-reports-in-applications/winui-3-desktop-application/how-to-add-report-viewer-to-a-.net-5-application.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Using in a .NET {{site.mindotnetversion}} application
3-
page_title: Integrating the WinUI Report Viewer in a .NET {{site.mindotnetversion}} application
4-
description: "Learn how to start using the Telerik Reporting WinUI Report Viewer in .NET {{site.mindotnetversion}} applications with this tutorial."
2+
title: Using in a .NET 8 application
3+
page_title: Integrating the WinUI Report Viewer in a .NET 8 application
4+
description: "Learn how to start using the Telerik Reporting WinUI Report Viewer in .NET 8 applications with this tutorial."
55
slug: telerikreporting/using-reports-in-applications/display-reports-in-applications/winui-3-desktop-application/how-to-add-report-viewer-to-a-.net-5-application
6-
tags: how,to,add,winui,report,viewer,to,a,.net,{{site.mindotnetversion}},application
6+
tags: how,to,add,winui,report,viewer,to,a,.net,8,application
77
published: True
88
position: 1
99
previous_url: /winui-report-viewer-how-to-add-in-net5-app

embedding-reports/host-the-report-engine-remotely/asp.net-core-web-api-implementation/host-reports-service-in-.net-6-with-minimal-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Hosting in .NET with Minimal API
33
page_title: Hosting the Reporting REST Service in ASP.NET Core with Minimal API
4-
description: "Learn how to Host Telerik Reporting REST Service in ASP.NET Core in .NET {{site.mindotnetversion}} and above with Minimal API in this step by step tutorial."
4+
description: "Learn how to Host Telerik Reporting REST Service in ASP.NET Core in .NET 8 and above with Minimal API in this step by step tutorial."
55
slug: telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/asp.net-core-web-api-implementation/how-to-host-reports-service-in-asp.net-core-in-.net-6-with-minimal-api
66
tags: how,to,host,reports,service,in,asp.net,core,in,.net,6,with,top-level,statements
77
published: True

embedding-reports/host-the-report-engine-remotely/asp.net-core-web-api-implementation/host-reports-service-in-.net-with-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
title: Hosting in .NET with Controllers
44
page_title: Hosting the Reporting REST Service in ASP.NET Core with Controllers
5-
description: "Learn how to Host Telerik Reporting REST Service in ASP.NET Core in .NET {{site.mindotnetversion}}+ and above with Top-Level Statements and controller-based APIs in this step by step tutorial."
5+
description: "Learn how to Host Telerik Reporting REST Service in ASP.NET Core in .NET 8+ and above with Top-Level Statements and controller-based APIs in this step by step tutorial."
66
slug: telerikreporting/using-reports-in-applications/host-the-report-engine-remotely/telerik-reporting-rest-services/asp.net-core-web-api-implementation/host-reports-service-in-.net-with-controllers
77
tags: how,to,host,reports,service,in,asp.net,core,in,.net,6,with,top-level,statements,and,controllers
88
published: True

getting-started/web-designer/set-up-and-create-basic-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Setting up Designer and Creating Basic Report
3-
page_title: Embedding the Web Report Designer in .NET {{site.mindotnetversion}} and Creating Your First Report
4-
description: "Learn how to set up the Telerik Web Report Designer in .NET {{site.mindotnetversion}} applications via the Visual Studio Item Templates and how to create a report with Logo and Graph in this step by step tutorial."
3+
page_title: Embedding the Web Report Designer in .NET 8 and Creating Your First Report
4+
description: "Learn how to set up the Telerik Web Report Designer in .NET 8 applications via the Visual Studio Item Templates and how to create a report with Logo and Graph in this step by step tutorial."
55
slug: telerikreporting/getting-started/web-designer/set-up-and-create-basic-report
66
tags: how,configure,.net,applications,web,designer,report
77
published: True

0 commit comments

Comments
 (0)