From 717ed8a6bfcaee72a679c713e07517da0fdb87cd Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Wed, 4 Jan 2023 18:32:02 +0100 Subject: [PATCH] trying to fix bug --- WeeXnes/App.xaml.cs | 2 ++ WeeXnes/Core/Global.cs | 2 +- WeeXnes/WeeXnes.csproj | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WeeXnes/App.xaml.cs b/WeeXnes/App.xaml.cs index c858279..7d8a118 100644 --- a/WeeXnes/App.xaml.cs +++ b/WeeXnes/App.xaml.cs @@ -71,10 +71,12 @@ namespace WeeXnes Game newGame = Game.Methods.GameFromIni(new INIFile(file.FullName)); DiscordRPCView.Data.Games.Add(newGame); Console.WriteLine(file.Name + " loaded"); + MessageBox.Show(file.Name + " loaded"); } catch (Exception ex) { Console.WriteLine(file.Name + ": " + ex.Message); + MessageBox.Show(file.Name + ": " + ex.Message); } } Functions.CheckFolderAndCreate(Global.AppDataPathKEY); diff --git a/WeeXnes/Core/Global.cs b/WeeXnes/Core/Global.cs index d07236d..79c2bde 100644 --- a/WeeXnes/Core/Global.cs +++ b/WeeXnes/Core/Global.cs @@ -6,7 +6,7 @@ namespace WeeXnes.Core { public class Information { - public const string Version = "4.0.9"; + public const string Version = "4.1.0"; 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 ee83a0c..f4e6ae1 100644 --- a/WeeXnes/WeeXnes.csproj +++ b/WeeXnes/WeeXnes.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - 4.0.9 + 4.1.0 {4B33CEE7-C74D-43B9-B99A-8B273D5195BC} WinExe WeeXnes