diff --git a/Patcher/PatchClient/PatchClient.csproj b/Patcher/PatchClient/PatchClient.csproj
index 5a22d0c..cb927e6 100644
--- a/Patcher/PatchClient/PatchClient.csproj
+++ b/Patcher/PatchClient/PatchClient.csproj
@@ -4,8 +4,8 @@
net8.0
true
enable
- 2.15.0
- 2.15.0
+ 2.15.1
+ 2.15.1
diff --git a/Patcher/PatchGenerator/PatchGenerator.csproj b/Patcher/PatchGenerator/PatchGenerator.csproj
index f24e52d..323f8c1 100644
--- a/Patcher/PatchGenerator/PatchGenerator.csproj
+++ b/Patcher/PatchGenerator/PatchGenerator.csproj
@@ -4,8 +4,8 @@
net8.0
true
enable
- 2.15.0
- 2.15.0
+ 2.15.1
+ 2.15.1
diff --git a/Patcher/PatchGenerator/Resources/PatchClient.exe b/Patcher/PatchGenerator/Resources/PatchClient.exe
index efe6264..e21880a 100644
Binary files a/Patcher/PatchGenerator/Resources/PatchClient.exe and b/Patcher/PatchGenerator/Resources/PatchClient.exe differ
diff --git a/Patcher/PatcherUtils/Helpers/XdeltaProcessHelper.cs b/Patcher/PatcherUtils/Helpers/XdeltaProcessHelper.cs
index 836145e..b164530 100644
--- a/Patcher/PatcherUtils/Helpers/XdeltaProcessHelper.cs
+++ b/Patcher/PatcherUtils/Helpers/XdeltaProcessHelper.cs
@@ -9,7 +9,7 @@ namespace PatcherUtils.Helpers;
public class XdeltaProcessHelper
{
- private readonly int _timeout = (int)TimeSpan.FromMinutes(5).TotalMilliseconds;
+ private readonly int _timeout = (int)TimeSpan.FromMinutes(10).TotalMilliseconds;
private string _args;
private string _sourcePath;
private string _deltaPath;