From 0e545441c94e1df45eabcbe2f340ebd49cca6e50 Mon Sep 17 00:00:00 2001 From: SundaresanGunasekaran Date: Wed, 20 Nov 2024 00:45:36 +0530 Subject: [PATCH 1/3] feature(REPORT-399152): Bold Reports 6.3 Release Changes --- ReportsCoreSamples.csproj | 28 ++++++++++++++-------------- package.json | 2 +- web.config | 2 +- wwwroot/samples.json | 1 - 4 files changed, 16 insertions(+), 17 deletions(-) diff --git a/ReportsCoreSamples.csproj b/ReportsCoreSamples.csproj index 952c1ec..3cf7566 100644 --- a/ReportsCoreSamples.csproj +++ b/ReportsCoreSamples.csproj @@ -16,15 +16,15 @@ - - - - - - - - - + + + + + + + + + @@ -35,10 +35,10 @@ - - - - + + + + @@ -49,4 +49,4 @@ Always - \ No newline at end of file + diff --git a/package.json b/package.json index 5455b19..1f7c3b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aspnet-core-samples", - "version": "5.4.20", + "version": "6.3.16", "author": "Syncfusion", "license": "Syncfusion", "scripts": { diff --git a/web.config b/web.config index 89defdc..d428d06 100644 --- a/web.config +++ b/web.config @@ -1,4 +1,4 @@ - + diff --git a/wwwroot/samples.json b/wwwroot/samples.json index 058f410..3332aa2 100644 --- a/wwwroot/samples.json +++ b/wwwroot/samples.json @@ -404,7 +404,6 @@ "routerPath": "powerpoint-report", "controllerName": "PowerpointReport", "sampleName": "PowerPoint Report", - "status": "Updated", "basePath": "report-viewer", "imageDetails": { "isLandscape": true, From ca42b0b20fdefb048b1bdfdafd754659a2e7e34e Mon Sep 17 00:00:00 2001 From: SundaresanGunasekaran Date: Wed, 20 Nov 2024 11:35:02 +0530 Subject: [PATCH 2/3] feature(REPORT-399152): Bold Reports 6.3 Release Changes --- ReportsCoreSamples.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/ReportsCoreSamples.csproj b/ReportsCoreSamples.csproj index 3cf7566..c84205e 100644 --- a/ReportsCoreSamples.csproj +++ b/ReportsCoreSamples.csproj @@ -39,6 +39,7 @@ + From a8412b2c9242ec71f826cf9a4726139f03c9cd0a Mon Sep 17 00:00:00 2001 From: SundaresanGunasekaran Date: Wed, 20 Nov 2024 11:43:01 +0530 Subject: [PATCH 3/3] feature(REPORT-399152): Bold Reports 6.3 Release Changes --- appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appsettings.json b/appsettings.json index eae7f51..67f829f 100644 --- a/appsettings.json +++ b/appsettings.json @@ -6,7 +6,7 @@ }, "AllowedHosts": "*", "appSettings": { - "ExtAssemblies": "BoldReports.Data.WebData;BoldReports.Data.Csv;BoldReports.Data.Excel;BoldReports.Data.SSAS;BoldReports.CRI.Barcode;BoldReports.Data.ElasticSearch;BoldReports.Data.MySQL;BoldReports.Data.Oracle;BoldReports.Data.PostgreSQL;BoldReports.Data.Snowflake;", + "ExtAssemblies": "BoldReports.Data.WebData;BoldReports.Data.Csv;BoldReports.Data.Excel;BoldReports.Data.SSAS;BoldReports.CRI.Barcode;BoldReports.Data.ElasticSearch;BoldReports.Data.MySQL;BoldReports.Data.Oracle;BoldReports.Data.PostgreSQL;BoldReports.Data.Snowflake;BoldReports.Data.GoogleBigQuery;", "IsOfflineLicense": "true" }, "copyrightInfo": "Copyright © 2001-2024 Syncfusion Inc.",