Commit 009667da50f8093aa328c7e79e9c983965f64a7a

Authored by Schwirg László
1 parent 98a4c9c1

v1.16.1

Vrh.Log4Pro.MaintenanceConsole/Manager - FileCleanerManager.cs
@@ -133,12 +133,12 @@ namespace Vrh.Log4Pro.MaintenanceConsole.FileCleanerManagerNS @@ -133,12 +133,12 @@ namespace Vrh.Log4Pro.MaintenanceConsole.FileCleanerManagerNS
133 } 133 }
134 else if (lineix == 3) 134 else if (lineix == 3)
135 { 135 {
136 - ColorConsole.WriteLine(ws.Xml_IncludeFullpathRegexp, ConsoleColor.Yellow, prefix: "Path regex:"); 136 + ColorConsole.WriteLine(ws.Xml_IncludeFullpathRegexp, ConsoleColor.Yellow, prefix: "Full path regex:");
137 return " "; 137 return " ";
138 } 138 }
139 else // if (lineix == INDEXBASE) 139 else // if (lineix == INDEXBASE)
140 { 140 {
141 - const int INDEXBASE = 3; // a linex következő indexe kerüljön ide !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 141 + const int INDEXBASE = 4; // a linex következő indexe kerüljön ide !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
142 if (ws.Xml_ConditionList.Count <= lineix - INDEXBASE) { return null; } 142 if (ws.Xml_ConditionList.Count <= lineix - INDEXBASE) { return null; }
143 var c = ws.Xml_ConditionList.ElementAt(lineix- INDEXBASE); 143 var c = ws.Xml_ConditionList.ElementAt(lineix- INDEXBASE);
144 if (c != null) 144 if (c != null)
Vrh.Log4Pro.MaintenanceConsole/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices; @@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
32 // You can specify all the values or you can default the Build and Revision Numbers 32 // You can specify all the values or you can default the Build and Revision Numbers
33 // by using the '*' as shown below: 33 // by using the '*' as shown below:
34 // [assembly: AssemblyVersion("1.0.*")] 34 // [assembly: AssemblyVersion("1.0.*")]
35 -[assembly: AssemblyVersion("1.16.0.0")]  
36 -[assembly: AssemblyFileVersion("1.16.0.0")] 35 +[assembly: AssemblyVersion("1.16.1.0")]
  36 +[assembly: AssemblyFileVersion("1.16.1.0")]