From cef3c487e56bebc94a68c20483e6f4eaf2a54d91 Mon Sep 17 00:00:00 2001 From: Alex Maitland Date: Sat, 15 Jan 2022 12:58:58 +1000 Subject: [PATCH] Upgrade to 97.1.11 --- .../CefSharp.MinimalExample.OffScreen.csproj | 16 ++++++++-------- ...Sharp.MinimalExample.OffScreen.netcore.csproj | 2 +- .../packages.config | 4 ++-- .../CefSharp.MinimalExample.WinForms.csproj | 16 ++++++++-------- ...efSharp.MinimalExample.WinForms.net472.csproj | 2 +- ...fSharp.MinimalExample.WinForms.netcore.csproj | 2 +- CefSharp.MinimalExample.WinForms/packages.config | 4 ++-- .../CefSharp.MinimalExample.Wpf.csproj | 16 ++++++++-------- .../CefSharp.MinimalExample.Wpf.netcore.csproj | 2 +- CefSharp.MinimalExample.Wpf/packages.config | 4 ++-- UpdateNugetPackages.bat | 2 +- 11 files changed, 35 insertions(+), 35 deletions(-) diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj index 67c6f1c..7b9fef2 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.csproj @@ -1,6 +1,6 @@  - + @@ -88,16 +88,16 @@ CefSharp.MinimalExample.OffScreen.Program - - ..\packages\CefSharp.Common.97.1.10-pre\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.97.1.11\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.97.1.10-pre\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.97.1.11\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.OffScreen.97.1.10-pre\lib\net452\CefSharp.OffScreen.dll + + ..\packages\CefSharp.OffScreen.97.1.11\lib\net452\CefSharp.OffScreen.dll True @@ -123,5 +123,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj index c923d2b..dfbd41b 100644 --- a/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj +++ b/CefSharp.MinimalExample.OffScreen/CefSharp.MinimalExample.OffScreen.netcore.csproj @@ -61,7 +61,7 @@ - + diff --git a/CefSharp.MinimalExample.OffScreen/packages.config b/CefSharp.MinimalExample.OffScreen/packages.config index 5d391a4..a1c0bf1 100644 --- a/CefSharp.MinimalExample.OffScreen/packages.config +++ b/CefSharp.MinimalExample.OffScreen/packages.config @@ -2,6 +2,6 @@ - - + + \ 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 4f7b7a7..bd11817 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.csproj @@ -1,6 +1,6 @@  - + @@ -72,16 +72,16 @@ app.manifest - - ..\packages\CefSharp.Common.97.1.10-pre\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.97.1.11\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.97.1.10-pre\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.97.1.11\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.WinForms.97.1.10-pre\lib\net452\CefSharp.WinForms.dll + + ..\packages\CefSharp.WinForms.97.1.11\lib\net452\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 a3c85fa..1fc3c65 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.net472.csproj @@ -47,7 +47,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj index 51272a4..0a8248e 100644 --- a/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj +++ b/CefSharp.MinimalExample.WinForms/CefSharp.MinimalExample.WinForms.netcore.csproj @@ -68,7 +68,7 @@ - + diff --git a/CefSharp.MinimalExample.WinForms/packages.config b/CefSharp.MinimalExample.WinForms/packages.config index dc3530d..04ad4ad 100644 --- a/CefSharp.MinimalExample.WinForms/packages.config +++ b/CefSharp.MinimalExample.WinForms/packages.config @@ -2,6 +2,6 @@ - - + + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj index 205e4b1..65f4c88 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.csproj @@ -1,6 +1,6 @@  - + @@ -91,16 +91,16 @@ app.manifest - - ..\packages\CefSharp.Common.97.1.10-pre\lib\net452\CefSharp.dll + + ..\packages\CefSharp.Common.97.1.11\lib\net452\CefSharp.dll True - - ..\packages\CefSharp.Common.97.1.10-pre\lib\net452\CefSharp.Core.dll + + ..\packages\CefSharp.Common.97.1.11\lib\net452\CefSharp.Core.dll True - - ..\packages\CefSharp.Wpf.97.1.10-pre\lib\net452\CefSharp.Wpf.dll + + ..\packages\CefSharp.Wpf.97.1.11\lib\net452\CefSharp.Wpf.dll True @@ -179,5 +179,5 @@ - + \ No newline at end of file diff --git a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj index efc1614..b3033a6 100644 --- a/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj +++ b/CefSharp.MinimalExample.Wpf/CefSharp.MinimalExample.Wpf.netcore.csproj @@ -65,7 +65,7 @@ - + diff --git a/CefSharp.MinimalExample.Wpf/packages.config b/CefSharp.MinimalExample.Wpf/packages.config index 1b45a64..5c4bc32 100644 --- a/CefSharp.MinimalExample.Wpf/packages.config +++ b/CefSharp.MinimalExample.Wpf/packages.config @@ -2,7 +2,7 @@ - - + + \ No newline at end of file diff --git a/UpdateNugetPackages.bat b/UpdateNugetPackages.bat index 996f29b..7b24429 100644 --- a/UpdateNugetPackages.bat +++ b/UpdateNugetPackages.bat @@ -1,4 +1,4 @@ -SET cefsharpversion=97.1.10-pre +SET cefsharpversion=97.1.11 ..\nuget restore CefSharp.MinimalExample.sln