diff --git a/AutoLikerCefSharpWpf/AutoLikerCefSharpWpf.csproj b/AutoLikerCefSharpWpf/AutoLikerCefSharpWpf.csproj
index f9b7e95..c0ce452 100644
--- a/AutoLikerCefSharpWpf/AutoLikerCefSharpWpf.csproj
+++ b/AutoLikerCefSharpWpf/AutoLikerCefSharpWpf.csproj
@@ -1,8 +1,8 @@
-
-
-
+
+
+
Debug
@@ -83,14 +83,14 @@
Resources\autoliker-512.ico
-
- ..\packages\CefSharp.Common.125.0.210\lib\net462\CefSharp.dll
+
+ ..\packages\CefSharp.Common.126.2.70\lib\net462\CefSharp.dll
-
- ..\packages\CefSharp.Common.125.0.210\lib\net462\CefSharp.Core.dll
+
+ ..\packages\CefSharp.Common.126.2.70\lib\net462\CefSharp.Core.dll
-
- ..\packages\CefSharp.Wpf.125.0.210\lib\net462\CefSharp.Wpf.dll
+
+ ..\packages\CefSharp.Wpf.126.2.70\lib\net462\CefSharp.Wpf.dll
..\packages\MaterialDesignColors.2.1.4\lib\net462\MaterialDesignColors.dll
@@ -99,7 +99,7 @@
..\packages\MaterialDesignThemes.4.9.0\lib\net462\MaterialDesignThemes.Wpf.dll
- ..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.77\lib\net462\Microsoft.Xaml.Behaviors.dll
+ ..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.122\lib\net462\Microsoft.Xaml.Behaviors.dll
@@ -198,11 +198,11 @@
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
-
-
-
+
+
+
+
-
+
\ No newline at end of file
diff --git a/AutoLikerCefSharpWpf/MainWindow.xaml.cs b/AutoLikerCefSharpWpf/MainWindow.xaml.cs
index 036d949..27e6fcd 100644
--- a/AutoLikerCefSharpWpf/MainWindow.xaml.cs
+++ b/AutoLikerCefSharpWpf/MainWindow.xaml.cs
@@ -20,7 +20,7 @@ namespace AutoLikerCefSharpWpf
InitializeComponent();
// version
- this.AutoLikerVersion = "v2.1.2-20240615";
+ this.AutoLikerVersion = "v2.1.3-20240707";
this.DataContext = this;
// manage settings in UI
this._alsm = new AutoLikerSettingsManager(this);
diff --git a/AutoLikerCefSharpWpf/README.md b/AutoLikerCefSharpWpf/README.md
index eeba923..23d828e 100644
--- a/AutoLikerCefSharpWpf/README.md
+++ b/AutoLikerCefSharpWpf/README.md
@@ -2,6 +2,9 @@
Automate liking of Instagram posts.
## Release Notes
+* v2.1.3-20240707
+ * Update to CefSharp 126.2.70
+ * Update Microsoft.Xaml.Behaviors.Wpf to 1.1.122
* v2.1.2-20240615
* Update to CefSharp 125.0.210 #10
* v2.1.1-20240523
diff --git a/AutoLikerCefSharpWpf/packages.config b/AutoLikerCefSharpWpf/packages.config
index 47e3eaa..bbcd480 100644
--- a/AutoLikerCefSharpWpf/packages.config
+++ b/AutoLikerCefSharpWpf/packages.config
@@ -1,10 +1,10 @@
-
-
-
-
+
+
+
+
-
+
\ No newline at end of file