From 009667da50f8093aa328c7e79e9c983965f64a7a Mon Sep 17 00:00:00 2001 From: Schwirg László Date: Fri, 9 Sep 2022 11:19:51 +0200 Subject: [PATCH] v1.16.1 --- Vrh.Log4Pro.MaintenanceConsole/Manager - FileCleanerManager.cs | 4 ++-- Vrh.Log4Pro.MaintenanceConsole/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Vrh.Log4Pro.MaintenanceConsole/Manager - FileCleanerManager.cs b/Vrh.Log4Pro.MaintenanceConsole/Manager - FileCleanerManager.cs index 4201b5c..306a807 100644 --- a/Vrh.Log4Pro.MaintenanceConsole/Manager - FileCleanerManager.cs +++ b/Vrh.Log4Pro.MaintenanceConsole/Manager - FileCleanerManager.cs @@ -133,12 +133,12 @@ namespace Vrh.Log4Pro.MaintenanceConsole.FileCleanerManagerNS } else if (lineix == 3) { - ColorConsole.WriteLine(ws.Xml_IncludeFullpathRegexp, ConsoleColor.Yellow, prefix: "Path regex:"); + ColorConsole.WriteLine(ws.Xml_IncludeFullpathRegexp, ConsoleColor.Yellow, prefix: "Full path regex:"); return " "; } else // if (lineix == INDEXBASE) { - const int INDEXBASE = 3; // a linex következő indexe kerüljön ide !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + const int INDEXBASE = 4; // a linex következő indexe kerüljön ide !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! if (ws.Xml_ConditionList.Count <= lineix - INDEXBASE) { return null; } var c = ws.Xml_ConditionList.ElementAt(lineix- INDEXBASE); if (c != null) diff --git a/Vrh.Log4Pro.MaintenanceConsole/Properties/AssemblyInfo.cs b/Vrh.Log4Pro.MaintenanceConsole/Properties/AssemblyInfo.cs index 1ad69e2..9b54848 100644 --- a/Vrh.Log4Pro.MaintenanceConsole/Properties/AssemblyInfo.cs +++ b/Vrh.Log4Pro.MaintenanceConsole/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.16.0.0")] -[assembly: AssemblyFileVersion("1.16.0.0")] +[assembly: AssemblyVersion("1.16.1.0")] +[assembly: AssemblyFileVersion("1.16.1.0")] -- libgit2 0.21.2