From 7e821fcade6d6d1c1acae076cab080111fa8a0e3 Mon Sep 17 00:00:00 2001 From: DW Date: Wed, 23 Nov 2016 13:09:47 +0200 Subject: [PATCH 1/3] Issue #38: Removed MemoryAppender in LogConfigurator (MtApiService) --- MTApiService/LogConfigurator.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MTApiService/LogConfigurator.cs b/MTApiService/LogConfigurator.cs index ef6c3692..0e7f6d57 100755 --- a/MTApiService/LogConfigurator.cs +++ b/MTApiService/LogConfigurator.cs @@ -41,10 +41,6 @@ namespace MTApiService roller.ActivateOptions(); hierarchy.Root.AddAppender(roller); - var memory = new MemoryAppender(); - memory.ActivateOptions(); - hierarchy.Root.AddAppender(memory); - #if (DEBUG) hierarchy.Root.Level = Level.Debug; #else From d63a53b8a95022067aab31a54d7884bc2cc056a3 Mon Sep 17 00:00:00 2001 From: DW Date: Fri, 25 Nov 2016 16:06:11 +0200 Subject: [PATCH 2/3] MtApi (MT4) version 1.0.32.1 (HotFix) --- MTApiService/Properties/AssemblyInfo.cs | 4 ++-- MtApi/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MTApiService/Properties/AssemblyInfo.cs b/MTApiService/Properties/AssemblyInfo.cs index 8730db4e..d89d1407 100755 --- a/MTApiService/Properties/AssemblyInfo.cs +++ b/MTApiService/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.23.0")] -[assembly: AssemblyFileVersion("1.0.23.0")] +[assembly: AssemblyVersion("1.0.24.0")] +[assembly: AssemblyFileVersion("1.0.24.0")] diff --git a/MtApi/Properties/AssemblyInfo.cs b/MtApi/Properties/AssemblyInfo.cs index b754743e..27fe8df9 100755 --- a/MtApi/Properties/AssemblyInfo.cs +++ b/MtApi/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.32.0")] -[assembly: AssemblyFileVersion("1.0.32.0")] +[assembly: AssemblyVersion("1.0.32.1")] +[assembly: AssemblyFileVersion("1.0.32.1")] From 4a7bb6f2cbc5f21efbbf0e19ad24edf8f49503ff Mon Sep 17 00:00:00 2001 From: DW Date: Tue, 29 Nov 2016 10:20:55 +0200 Subject: [PATCH 3/3] MtApi (MT5) ver. 1.0.11.1 HotFix --- MtApi5/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MtApi5/Properties/AssemblyInfo.cs b/MtApi5/Properties/AssemblyInfo.cs index a38ccf07..034d0dda 100755 --- a/MtApi5/Properties/AssemblyInfo.cs +++ b/MtApi5/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.11.0")] -[assembly: AssemblyFileVersion("1.0.11.0")] +[assembly: AssemblyVersion("1.0.11.1")] +[assembly: AssemblyFileVersion("1.0.11.1")]