diff --git a/src/Cake.Issues.Reporting.Generic/HtmlDxDataGridOption.cs b/src/Cake.Issues.Reporting.Generic/HtmlDxDataGridOption.cs index bf7d5456..9ad0e5f6 100644 --- a/src/Cake.Issues.Reporting.Generic/HtmlDxDataGridOption.cs +++ b/src/Cake.Issues.Reporting.Generic/HtmlDxDataGridOption.cs @@ -489,7 +489,7 @@ public enum HtmlDxDataGridOption /// /// Version of jsPDF-AutoTable plugin which should be used. /// This version needs to match the version required by the selected . - /// Default value is 3.8.2. + /// Default value is 3.8.3. /// JsPdfAutotableVersion, } diff --git a/src/Cake.Issues.Reporting.Generic/Templates/DxDataGrid.cshtml b/src/Cake.Issues.Reporting.Generic/Templates/DxDataGrid.cshtml index 81e716e7..4f8f7810 100644 --- a/src/Cake.Issues.Reporting.Generic/Templates/DxDataGrid.cshtml +++ b/src/Cake.Issues.Reporting.Generic/Templates/DxDataGrid.cshtml @@ -75,7 +75,7 @@ string jsPdfVersion = ViewBagHelper.ValueOrDefault(ViewBag.JsPdfVersion, "2.5.1").Trim(); string jsPdfAutoTableLocation = ViewBagHelper.ValueOrDefault(ViewBag.FileSaverJsLocation, "https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/").Trim(); jsPdfAutoTableLocation = jsPdfAutoTableLocation.WithEnding("/"); - string jsPdfAutoTableVersion = ViewBagHelper.ValueOrDefault(ViewBag.JsPdfAutoTableVersion, "3.8.2").Trim(); + string jsPdfAutoTableVersion = ViewBagHelper.ValueOrDefault(ViewBag.JsPdfAutoTableVersion, "3.8.3").Trim(); string devExtremeLocation = ViewBagHelper.ValueOrDefault(ViewBag.DevExtremeLocation, "https://cdn3.devexpress.com/jslib/").Trim(); devExtremeLocation = devExtremeLocation.WithEnding("/"); string devExtremeVersion = ViewBagHelper.ValueOrDefault(ViewBag.DevExtremeVersion, "23.1.11").Trim();