diff --git a/WeeXnes/App.xaml.cs b/WeeXnes/App.xaml.cs index 7d8a118..5a04a19 100644 --- a/WeeXnes/App.xaml.cs +++ b/WeeXnes/App.xaml.cs @@ -71,7 +71,6 @@ 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) { diff --git a/WeeXnes/Core/Global.cs b/WeeXnes/Core/Global.cs index 79c2bde..d5d20cb 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.1.0"; + public const string Version = "4.1.1"; 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 f4e6ae1..c0d95ac 100644 --- a/WeeXnes/WeeXnes.csproj +++ b/WeeXnes/WeeXnes.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - 4.1.0 + 4.1.1 {4B33CEE7-C74D-43B9-B99A-8B273D5195BC} WinExe WeeXnes @@ -39,8 +39,8 @@ ..\packages\DiscordRichPresence.1.0.175\lib\net35\DiscordRPC.dll - - ..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll diff --git a/WeeXnes/packages.config b/WeeXnes/packages.config index 67bf91a..3a90f08 100644 --- a/WeeXnes/packages.config +++ b/WeeXnes/packages.config @@ -1,7 +1,7 @@  - + \ No newline at end of file