File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Cake.Issues.Reporting.Generic Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ public enum HtmlDxDataGridOption
489
489
/// <summary>
490
490
/// Version of <see href="https://github.com/simonbengtsson/jsPDF-AutoTable">jsPDF-AutoTable plugin</see> which should be used.
491
491
/// This version needs to match the version required by the selected <see cref="DevExtremeVersion"/>.
492
- /// Default value is <c>3.8.2 </c>.
492
+ /// Default value is <c>3.8.3 </c>.
493
493
/// </summary>
494
494
JsPdfAutotableVersion ,
495
495
}
Original file line number Diff line number Diff line change 75
75
string jsPdfVersion = ViewBagHelper .ValueOrDefault (ViewBag .JsPdfVersion , " 2.5.1" ).Trim ();
76
76
string jsPdfAutoTableLocation = ViewBagHelper .ValueOrDefault (ViewBag .FileSaverJsLocation , " https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/" ).Trim ();
77
77
jsPdfAutoTableLocation = jsPdfAutoTableLocation .WithEnding (" /" );
78
- string jsPdfAutoTableVersion = ViewBagHelper .ValueOrDefault (ViewBag .JsPdfAutoTableVersion , " 3.8.2 " ).Trim ();
78
+ string jsPdfAutoTableVersion = ViewBagHelper .ValueOrDefault (ViewBag .JsPdfAutoTableVersion , " 3.8.3 " ).Trim ();
79
79
string devExtremeLocation = ViewBagHelper .ValueOrDefault (ViewBag .DevExtremeLocation , " https://cdn3.devexpress.com/jslib/" ).Trim ();
80
80
devExtremeLocation = devExtremeLocation .WithEnding (" /" );
81
81
string devExtremeVersion = ViewBagHelper .ValueOrDefault (ViewBag .DevExtremeVersion , " 23.1.11" ).Trim ();
You can’t perform that action at this time.
0 commit comments