From f2494ac7cd47a2a6c390d7f02b3dbfb7bad42887 Mon Sep 17 00:00:00 2001 From: amaitland <307872+amaitland@users.noreply.github.com> Date: Wed, 24 Sep 2025 20:14:08 +1000 Subject: [PATCH 1/5] Upgrade to 140.1.140 --- .../CefSharp.MinimalExample.OffScreen.csproj | 20 +++++++++---------- ...arp.MinimalExample.OffScreen.net472.csproj | 2 +- ...rp.MinimalExample.OffScreen.netcore.csproj | 2 +- .../packages.config | 8 ++++---- .../CefSharp.MinimalExample.WinForms.csproj | 20 +++++++++---------- ...harp.MinimalExample.WinForms.net472.csproj | 2 +- ...arp.MinimalExample.WinForms.netcore.csproj | 2 +- .../packages.config | 8 ++++---- ....MinimalExample.Wpf.HwndHost.net472.csproj | 2 +- ...MinimalExample.Wpf.HwndHost.netcore.csproj | 2 +- .../CefSharp.MinimalExample.Wpf.csproj | 20 +++++++++---------- .../CefSharp.MinimalExample.Wpf.net472.csproj | 2 +- ...CefSharp.MinimalExample.Wpf.netcore.csproj | 2 +- CefSharp.MinimalExample.Wpf/packages.config | 8 ++++---- UpdateNugetPackages.bat | 2 +- 15 files changed, 51 insertions(+), 51 deletions(-) diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index 00491f0..ce9cadc 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -88,16 +88,16 @@ CefSharp.MinimalExample.OffScreen.Program - - ..\packages\CefSharp.Common.139.0.280\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.140.1.140\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.139.0.280\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.140.1.140\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.139.0.280\lib\net462\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.140.1.140\lib\net462\CefSharp.OffScreen.dll True @@ -123,5 +123,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj index d4db956..48f836b 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj index 5820a03..ad4e250 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj @@ -69,7 +69,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index 350d9f1..4b97e71 100644 --- a/CefSharp.MinimalExample.OffScreen/packages.config +++ b/CefSharp.MinimalExample.OffScreen/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj index a0ae563..bf7df44 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -1,8 +1,8 @@  - - - + + + Debug AnyCPU @@ -72,16 +72,16 @@ app.manifest - - ..\packages\CefSharp.Common.139.0.280\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.140.1.140\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.139.0.280\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.140.1.140\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.139.0.280\lib\net462\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.140.1.140\lib\net462\CefSharp.WinForms.dll True @@ -144,5 +144,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj index fb30e9e..3637a3b 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj @@ -58,7 +58,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj index bb613e1..ddffdbc 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj @@ -79,7 +79,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index 84cd19d..e7f645d 100644 --- a/CefSharp.MinimalExample.WinForms/packages.config +++ b/CefSharp.MinimalExample.WinForms/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj index 8983b58..0fcbc14 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj index f57c746..7753092 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj @@ -76,7 +76,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index 1cb2edd..cde6aa6 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -91,16 +91,16 @@ app.manifest - - ..\packages\CefSharp.Common.139.0.280\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.140.1.140\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.139.0.280\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.140.1.140\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.139.0.280\lib\net462\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.140.1.140\lib\net462\CefSharp.Wpf.dll True @@ -179,5 +179,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj index b4d4b36..55a50ce 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj @@ -57,7 +57,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj index 9f5ea69..b68b192 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj @@ -84,7 +84,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index 092e9f6..d8488df 100644 --- a/CefSharp.MinimalExample.Wpf/packages.config +++ b/CefSharp.MinimalExample.Wpf/packages.config @@ -1,8 +1,8 @@  - - - - + + + + \ No newline at end of file diff --git a/UpdateNugetPackages.bat b/UpdateNugetPackages.bat index 81e0fe3..5b9d4d2 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=139.0.280 +SET cefsharpversion=140.1.140 ..\nuget restore CefSharp.MinimalExample.sln From 57e55959b309e719deffe7bbdc86c17ddd0444fb Mon Sep 17 00:00:00 2001 From: amaitland <307872+amaitland@users.noreply.github.com> Date: Sun, 26 Oct 2025 07:30:20 +1000 Subject: [PATCH 2/5] Upgrade to 141.0.110 --- .../CefSharp.MinimalExample.OffScreen.csproj | 20 +++++++++---------- ...arp.MinimalExample.OffScreen.net472.csproj | 2 +- ...rp.MinimalExample.OffScreen.netcore.csproj | 2 +- .../packages.config | 8 ++++---- .../CefSharp.MinimalExample.WinForms.csproj | 20 +++++++++---------- ...harp.MinimalExample.WinForms.net472.csproj | 2 +- ...arp.MinimalExample.WinForms.netcore.csproj | 2 +- .../packages.config | 8 ++++---- ....MinimalExample.Wpf.HwndHost.net472.csproj | 2 +- ...MinimalExample.Wpf.HwndHost.netcore.csproj | 2 +- .../CefSharp.MinimalExample.Wpf.csproj | 20 +++++++++---------- .../CefSharp.MinimalExample.Wpf.net472.csproj | 2 +- ...CefSharp.MinimalExample.Wpf.netcore.csproj | 2 +- CefSharp.MinimalExample.Wpf/packages.config | 8 ++++---- UpdateNugetPackages.bat | 2 +- 15 files changed, 51 insertions(+), 51 deletions(-) diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index ce9cadc..a699bbb 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -88,16 +88,16 @@ CefSharp.MinimalExample.OffScreen.Program - - ..\packages\CefSharp.Common.140.1.140\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.141.0.110\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.140.1.140\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.141.0.110\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.140.1.140\lib\net462\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.141.0.110\lib\net462\CefSharp.OffScreen.dll True @@ -123,5 +123,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj index 48f836b..c6c2830 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj index ad4e250..c403db7 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj @@ -69,7 +69,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index 4b97e71..2335b4e 100644 --- a/CefSharp.MinimalExample.OffScreen/packages.config +++ b/CefSharp.MinimalExample.OffScreen/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj index bf7df44..9954765 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -1,8 +1,8 @@  - - - + + + Debug AnyCPU @@ -72,16 +72,16 @@ app.manifest - - ..\packages\CefSharp.Common.140.1.140\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.141.0.110\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.140.1.140\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.141.0.110\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.140.1.140\lib\net462\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.141.0.110\lib\net462\CefSharp.WinForms.dll True @@ -144,5 +144,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj index 3637a3b..d6aa764 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj @@ -58,7 +58,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj index ddffdbc..445dc8f 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj @@ -79,7 +79,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index e7f645d..1f108e2 100644 --- a/CefSharp.MinimalExample.WinForms/packages.config +++ b/CefSharp.MinimalExample.WinForms/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj index 0fcbc14..499f619 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj index 7753092..f223001 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj @@ -76,7 +76,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index cde6aa6..89be7c3 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -91,16 +91,16 @@ app.manifest - - ..\packages\CefSharp.Common.140.1.140\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.141.0.110\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.140.1.140\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.141.0.110\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.140.1.140\lib\net462\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.141.0.110\lib\net462\CefSharp.Wpf.dll True @@ -179,5 +179,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj index 55a50ce..8b42695 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj @@ -57,7 +57,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj index b68b192..1cfe2fc 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj @@ -84,7 +84,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index d8488df..1c0cced 100644 --- a/CefSharp.MinimalExample.Wpf/packages.config +++ b/CefSharp.MinimalExample.Wpf/packages.config @@ -1,8 +1,8 @@  - - - - + + + + \ No newline at end of file diff --git a/UpdateNugetPackages.bat b/UpdateNugetPackages.bat index 5b9d4d2..37e726b 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=140.1.140 +SET cefsharpversion=141.0.110 ..\nuget restore CefSharp.MinimalExample.sln From 16f89c94d0d71ebd6be42116ff82f988dcf6f444 Mon Sep 17 00:00:00 2001 From: amaitland <307872+amaitland@users.noreply.github.com> Date: Sat, 13 Dec 2025 18:58:20 +1000 Subject: [PATCH 3/5] Upgrade to 143.0.90 --- UpdateNugetPackages.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UpdateNugetPackages.bat b/UpdateNugetPackages.bat index 37e726b..b37cc80 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=141.0.110 +SET cefsharpversion=143.0.90 ..\nuget restore CefSharp.MinimalExample.sln From a121a76726b4e5fdd1cf4a7ef359b43741d96856 Mon Sep 17 00:00:00 2001 From: amaitland <307872+amaitland@users.noreply.github.com> Date: Sun, 14 Dec 2025 12:58:12 +1000 Subject: [PATCH 4/5] Upgrade to 143.0.90 --- .../CefSharp.MinimalExample.OffScreen.csproj | 20 +++++++++---------- ...arp.MinimalExample.OffScreen.net472.csproj | 2 +- ...rp.MinimalExample.OffScreen.netcore.csproj | 2 +- .../packages.config | 8 ++++---- .../CefSharp.MinimalExample.WinForms.csproj | 20 +++++++++---------- ...harp.MinimalExample.WinForms.net472.csproj | 2 +- ...arp.MinimalExample.WinForms.netcore.csproj | 2 +- .../packages.config | 8 ++++---- ....MinimalExample.Wpf.HwndHost.net472.csproj | 2 +- ...MinimalExample.Wpf.HwndHost.netcore.csproj | 2 +- .../CefSharp.MinimalExample.Wpf.csproj | 20 +++++++++---------- .../CefSharp.MinimalExample.Wpf.net472.csproj | 2 +- ...CefSharp.MinimalExample.Wpf.netcore.csproj | 2 +- CefSharp.MinimalExample.Wpf/packages.config | 8 ++++---- 14 files changed, 50 insertions(+), 50 deletions(-) diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index a699bbb..b773058 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -88,16 +88,16 @@ CefSharp.MinimalExample.OffScreen.Program - - ..\packages\CefSharp.Common.141.0.110\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.141.0.110\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.141.0.110\lib\net462\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.143.0.90\lib\net462\CefSharp.OffScreen.dll True @@ -123,5 +123,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj index c6c2830..11845f9 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj index c403db7..425bebc 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj @@ -69,7 +69,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index 2335b4e..ecd160b 100644 --- a/CefSharp.MinimalExample.OffScreen/packages.config +++ b/CefSharp.MinimalExample.OffScreen/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj index 9954765..b30d5e0 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -1,8 +1,8 @@  - - - + + + Debug AnyCPU @@ -72,16 +72,16 @@ app.manifest - - ..\packages\CefSharp.Common.141.0.110\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.141.0.110\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.141.0.110\lib\net462\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.143.0.90\lib\net462\CefSharp.WinForms.dll True @@ -144,5 +144,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj index d6aa764..ddcde9a 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj @@ -58,7 +58,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj index 445dc8f..f836f95 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj @@ -79,7 +79,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index 1f108e2..82a38f5 100644 --- a/CefSharp.MinimalExample.WinForms/packages.config +++ b/CefSharp.MinimalExample.WinForms/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj index 499f619..e357748 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj index f223001..dde441e 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj @@ -76,7 +76,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index 89be7c3..960f643 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -91,16 +91,16 @@ app.manifest - - ..\packages\CefSharp.Common.141.0.110\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.141.0.110\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.141.0.110\lib\net462\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.143.0.90\lib\net462\CefSharp.Wpf.dll True @@ -179,5 +179,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj index 8b42695..15d0129 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj @@ -57,7 +57,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj index 1cfe2fc..e5ba701 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj @@ -84,7 +84,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index 1c0cced..a6f5f76 100644 --- a/CefSharp.MinimalExample.Wpf/packages.config +++ b/CefSharp.MinimalExample.Wpf/packages.config @@ -1,8 +1,8 @@  - - - - + + + + \ No newline at end of file From 0506a86fe0e6c330f8a99b7ac794148a74d60a94 Mon Sep 17 00:00:00 2001 From: amaitland <307872+amaitland@users.noreply.github.com> Date: Sat, 31 Jan 2026 15:00:37 +1000 Subject: [PATCH 5/5] Upgrade to 144.0.120 --- .../CefSharp.MinimalExample.OffScreen.csproj | 20 +++++++++---------- ...arp.MinimalExample.OffScreen.net472.csproj | 2 +- ...rp.MinimalExample.OffScreen.netcore.csproj | 2 +- .../packages.config | 8 ++++---- .../CefSharp.MinimalExample.WinForms.csproj | 20 +++++++++---------- ...harp.MinimalExample.WinForms.net472.csproj | 2 +- ...arp.MinimalExample.WinForms.netcore.csproj | 2 +- .../packages.config | 8 ++++---- ....MinimalExample.Wpf.HwndHost.net472.csproj | 2 +- ...MinimalExample.Wpf.HwndHost.netcore.csproj | 2 +- .../CefSharp.MinimalExample.Wpf.csproj | 20 +++++++++---------- .../CefSharp.MinimalExample.Wpf.net472.csproj | 2 +- ...CefSharp.MinimalExample.Wpf.netcore.csproj | 2 +- CefSharp.MinimalExample.Wpf/packages.config | 8 ++++---- UpdateNugetPackages.bat | 2 +- 15 files changed, 51 insertions(+), 51 deletions(-) diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index b773058..4ef1b1d 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -88,16 +88,16 @@ CefSharp.MinimalExample.OffScreen.Program - - ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.143.0.90\lib\net462\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.144.0.120\lib\net462\CefSharp.OffScreen.dll True @@ -123,5 +123,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj index 11845f9..f1d5467 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj index 425bebc..d9f6822 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj @@ -69,7 +69,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index ecd160b..5651e4e 100644 --- a/CefSharp.MinimalExample.OffScreen/packages.config +++ b/CefSharp.MinimalExample.OffScreen/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj index b30d5e0..7d15b4f 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -1,8 +1,8 @@  - - - + + + Debug AnyCPU @@ -72,16 +72,16 @@ app.manifest - - ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.143.0.90\lib\net462\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.144.0.120\lib\net462\CefSharp.WinForms.dll True @@ -144,5 +144,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj index ddcde9a..aaf95ce 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj @@ -58,7 +58,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj index f836f95..97ef67c 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj @@ -79,7 +79,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index 82a38f5..9679ec9 100644 --- a/CefSharp.MinimalExample.WinForms/packages.config +++ b/CefSharp.MinimalExample.WinForms/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj index e357748..6172c49 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.net472.csproj @@ -52,7 +52,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj index dde441e..9555bae 100644 --- a/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf.HwndHost/CefSharp.MinimalExample.Wpf.HwndHost.netcore.csproj @@ -76,7 +76,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index 960f643..a5e9211 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -1,8 +1,8 @@  - - - + + + Debug @@ -91,16 +91,16 @@ app.manifest - - ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.dll + + ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.dll True - - ..\packages\CefSharp.Common.143.0.90\lib\net462\CefSharp.Core.dll + + ..\packages\CefSharp.Common.144.0.120\lib\net462\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.143.0.90\lib\net462\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.144.0.120\lib\net462\CefSharp.Wpf.dll True @@ -179,5 +179,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj index 15d0129..2959343 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.net472.csproj @@ -57,7 +57,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj index e5ba701..6993bc1 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj @@ -84,7 +84,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index a6f5f76..0575b2c 100644 --- a/CefSharp.MinimalExample.Wpf/packages.config +++ b/CefSharp.MinimalExample.Wpf/packages.config @@ -1,8 +1,8 @@  - - - - + + + + \ No newline at end of file diff --git a/UpdateNugetPackages.bat b/UpdateNugetPackages.bat index b37cc80..079a6c1 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=143.0.90 +SET cefsharpversion=144.0.120 ..\nuget restore CefSharp.MinimalExample.sln