Issue #113: Changed extension of logging files to *.log

This commit is contained in:
vdemydiuk
2018-05-08 16:44:57 +03:00
parent 6023bffed6
commit 28816a75ac
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ namespace MTApiService
public class LogConfigurator public class LogConfigurator
{ {
private const string LogFileNameExtension = "txt"; private const string LogFileNameExtension = "log";
public static void Setup(string profileName) public static void Setup(string profileName)
{ {
+2 -2
View File
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.29.0")] [assembly: AssemblyVersion("1.0.30.0")]
[assembly: AssemblyFileVersion("1.0.29.0")] [assembly: AssemblyFileVersion("1.0.30.0")]