We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b8e2c commit 290a650Copy full SHA for 290a650
MainClass.cs
@@ -20,7 +20,7 @@ public static class MainClass
20
private static readonly ILog Log =
21
LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
22
23
- public const string Version = "1.4.4";
+ public const string Version = "1.4.5";
24
public static void Main(string[] args)
25
{
26
// Set Invariant culture as default for all further processing
0 commit comments