diff --git a/ReportsCoreSamples.csproj b/ReportsCoreSamples.csproj index 952c1ec..c84205e 100644 --- a/ReportsCoreSamples.csproj +++ b/ReportsCoreSamples.csproj @@ -16,15 +16,15 @@ - - - - - - - - - + + + + + + + + + @@ -35,10 +35,11 @@ - - - - + + + + + @@ -49,4 +50,4 @@ Always - \ No newline at end of file + 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.", 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,