From 3ef67556ddfc6b58e8186214280b3fba4701efb8 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Wed, 24 May 2023 08:01:18 +0200 Subject: [PATCH] changed back to x86 because of errors --- WeeXnes/Core/Global.cs | 2 +- WeeXnes/WeeXnes.csproj | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WeeXnes/Core/Global.cs b/WeeXnes/Core/Global.cs index 72b255d..f234d4d 100644 --- a/WeeXnes/Core/Global.cs +++ b/WeeXnes/Core/Global.cs @@ -8,7 +8,7 @@ namespace WeeXnes.Core { public class Information { - public const string Version = "4.2.7"; + public const string Version = "4.2.8"; public const string EncryptionHash = "8zf5#RdyQ]$4x4_"; public const string ApiUrl = "https://api.github.com/repos/weexnes/weexnessuite/releases/latest"; } diff --git a/WeeXnes/WeeXnes.csproj b/WeeXnes/WeeXnes.csproj index 70d2b85..03f7514 100644 --- a/WeeXnes/WeeXnes.csproj +++ b/WeeXnes/WeeXnes.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - 4.2.7 + 4.2.8 {4B33CEE7-C74D-43B9-B99A-8B273D5195BC} WinExe WeeXnes @@ -17,7 +17,7 @@ wicns.ico - x64 + AnyCPU true full false @@ -25,17 +25,17 @@ DEBUG;TRACE prompt 4 - false + true - x64 + AnyCPU pdbonly true bin\Release\ TRACE prompt 4 - false + true