Commit 2ff9a39c46f741e2572b3a0ec304418646dc03fc

Authored by Schwirg László
1 parent f57838aa

- az sql backup-ban levő hiba javítása

Vrh.Log4Pro.MaintenanceConsole/Manager - SQLDataBaseManager.cs
@@ -406,7 +406,7 @@ namespace Vrh.Log4Pro.MaintenanceConsole.SQLDataBaseManagerNS @@ -406,7 +406,7 @@ namespace Vrh.Log4Pro.MaintenanceConsole.SQLDataBaseManagerNS
406 backupfileNameOnly = VRH.Common.StringConstructor.ResolveConstructor(vars, backupfileNameOnly, "{}@@"); 406 backupfileNameOnly = VRH.Common.StringConstructor.ResolveConstructor(vars, backupfileNameOnly, "{}@@");
407 407
408 string backupfilename = backupfileNameOnly + ".bak"; 408 string backupfilename = backupfileNameOnly + ".bak";
409 - string backupFullName = Path.Combine(backupdirectorypath, backupfileNameOnly); 409 + string backupFullName = Path.Combine(backupdirectorypath, backupfilename);
410 if (File.Exists(backupFullName)) { File.Delete(backupFullName); } 410 if (File.Exists(backupFullName)) { File.Delete(backupFullName); }
411 411
412 var smoBackup = new Backup(); 412 var smoBackup = new Backup();
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.0.0.0")]  
36 -[assembly: AssemblyFileVersion("1.0.0.0")] 35 +[assembly: AssemblyVersion("1.0.1.0")]
  36 +[assembly: AssemblyFileVersion("1.0.1.0")]