diff --git a/cefHtmlSnapshot.dproj b/cefHtmlSnapshot.dproj
index a3211b6..5488190 100644
--- a/cefHtmlSnapshot.dproj
+++ b/cefHtmlSnapshot.dproj
@@ -94,9 +94,9 @@
cefHtmlSnapshot_Icon.ico
true
0
- 3
- CompanyName=delphitools.info;FileDescription=$(MSBuildProjectName);FileVersion=0.3.88.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=
- 88
+ 6
+ CompanyName=delphitools.info;FileDescription=$(MSBuildProjectName);FileVersion=0.6.96.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=
+ 96
false
diff --git a/cefHtmlSnapshot.res b/cefHtmlSnapshot.res
index 8c7bbd8..40f38be 100644
Binary files a/cefHtmlSnapshot.res and b/cefHtmlSnapshot.res differ
diff --git a/uCEFSnapshotParameters.pas b/uCEFSnapshotParameters.pas
index ada0f01..57b700a 100644
--- a/uCEFSnapshotParameters.pas
+++ b/uCEFSnapshotParameters.pas
@@ -7,7 +7,7 @@ interface
uCEFTypes, uCEFMiscFunctions;
const
- cChromiumSubFolder = 'Chromium90.0';
+ cChromiumSubFolder = 'Chromium96.0';
cDLLSubfolder = 'Libraries';
type
@@ -49,8 +49,8 @@ implementation
uses LibTurboJPEG, Vcl.Imaging.pngimage, System.StrUtils;
const
- cHelp = 'cefHtmlSnaphot utility v0.5.90 - Html to image or pdf coversion using Chromium Embedded Framework'#10
- + 'Using CEF 90.6.5, CEF4Delphi, TurboJPEG see https://github.com/EricGrange/cefHtmlSnapshot'#10#10
+ cHelp = 'cefHtmlSnaphot utility v0.6.96 - Html to image or pdf coversion using Chromium Embedded Framework'#10
+ + 'Using CEF 96.0.14, CEF4Delphi, TurboJPEG see https://github.com/EricGrange/cefHtmlSnapshot'#10#10
+ 'cefHtmlSnapshot.exe url_or_file [-arg1 value1] [-arg2 value2] ... output_file'#10
+ #10
+ ' -?, -h, --help This inline documentation'#10