Commit 009667da50f8093aa328c7e79e9c983965f64a7a
1 parent
98a4c9c1
v1.16.1
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
Vrh.Log4Pro.MaintenanceConsole/Manager - FileCleanerManager.cs
... | ... | @@ -133,12 +133,12 @@ namespace Vrh.Log4Pro.MaintenanceConsole.FileCleanerManagerNS |
133 | 133 | } |
134 | 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 | 137 | return " "; |
138 | 138 | } |
139 | 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 | 142 | if (ws.Xml_ConditionList.Count <= lineix - INDEXBASE) { return null; } |
143 | 143 | var c = ws.Xml_ConditionList.ElementAt(lineix- INDEXBASE); |
144 | 144 | if (c != null) | ... | ... |
Vrh.Log4Pro.MaintenanceConsole/Properties/AssemblyInfo.cs
... | ... | @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; |
32 | 32 | // You can specify all the values or you can default the Build and Revision Numbers |
33 | 33 | // by using the '*' as shown below: |
34 | 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")] | ... | ... |