diff --git a/Patcher/PatchClient/PatchClient.csproj b/Patcher/PatchClient/PatchClient.csproj index 6cf96fc..373578d 100644 --- a/Patcher/PatchClient/PatchClient.csproj +++ b/Patcher/PatchClient/PatchClient.csproj @@ -4,8 +4,8 @@ <TargetFramework>net8.0</TargetFramework> <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract> <Nullable>enable</Nullable> - <AssemblyVersion>2.15.2</AssemblyVersion> - <FileVersion>2.15.2</FileVersion> + <AssemblyVersion>2.15.3</AssemblyVersion> + <FileVersion>2.15.3</FileVersion> </PropertyGroup> <ItemGroup> <AvaloniaResource Include="Assets\**" /> diff --git a/Patcher/PatchGenerator/PatchGenerator.csproj b/Patcher/PatchGenerator/PatchGenerator.csproj index fbf298a..febd49a 100644 --- a/Patcher/PatchGenerator/PatchGenerator.csproj +++ b/Patcher/PatchGenerator/PatchGenerator.csproj @@ -4,8 +4,8 @@ <TargetFramework>net8.0</TargetFramework> <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract> <Nullable>enable</Nullable> - <AssemblyVersion>2.15.2</AssemblyVersion> - <FileVersion>2.15.2</FileVersion> + <AssemblyVersion>2.15.3</AssemblyVersion> + <FileVersion>2.15.3</FileVersion> </PropertyGroup> <ItemGroup> @@ -42,6 +42,8 @@ </Compile> </ItemGroup> <ItemGroup> - <EmbeddedResource Include="Resources\PatchClient.exe" /> + <EmbeddedResource Include="..\..\..\..\..\Downloads\PatchClient.exe"> + <Link>Resources\PatchClient.exe</Link> + </EmbeddedResource> </ItemGroup> </Project> diff --git a/Patcher/PatchGenerator/Resources/PatchClient.exe b/Patcher/PatchGenerator/Resources/PatchClient.exe index dbfc4bd..e69de29 100644 Binary files a/Patcher/PatchGenerator/Resources/PatchClient.exe and b/Patcher/PatchGenerator/Resources/PatchClient.exe differ diff --git a/Patcher/PatcherUtils/PatcherUtils.csproj b/Patcher/PatcherUtils/PatcherUtils.csproj index a2175d2..9681def 100644 --- a/Patcher/PatcherUtils/PatcherUtils.csproj +++ b/Patcher/PatcherUtils/PatcherUtils.csproj @@ -2,8 +2,8 @@ <PropertyGroup> <TargetFramework>net8.0</TargetFramework> - <AssemblyVersion>2.11.0</AssemblyVersion> - <FileVersion>2.11.0</FileVersion> + <AssemblyVersion>2.15.3</AssemblyVersion> + <FileVersion>2.15.3</FileVersion> </PropertyGroup> <ItemGroup>