Compare commits

...

2 Commits

Author SHA1 Message Date
Jonathan Jenne
31a9afaf96 Version 2.6.7.3 2023-10-04 13:27:22 +02:00
Jonathan Jenne
281c7a824a Migrate computer config 2023-10-04 13:27:04 +02:00
2 changed files with 5 additions and 4 deletions

View File

@@ -22,8 +22,9 @@ Public Class ClassInit
End Sub
Public Sub InitConfig()
Dim oMigrator = New ConfigUtils(LOGCONFIG)
oMigrator.MigrateAppDataConfig(Application.UserAppDataPath, Application.ProductName, "Global Indexer")
Dim oUtils = New ConfigUtils(LOGCONFIG)
oUtils.MigrateAppDataConfig(Application.UserAppDataPath, Application.ProductName, "Global Indexer")
oUtils.MigrateAppDataConfig(Application.CommonAppDataPath, Application.ProductName, "Global Indexer")
CONFIG = New ConfigManager(Of ClassConfig)(LOGCONFIG, Application.UserAppDataPath, Application.CommonAppDataPath, Application.StartupPath)
LOGCONFIG.Debug = CONFIG.Config.LogDEBUG

View File

@@ -15,7 +15,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyCompany("Digital Data")>
<Assembly: AssemblyProduct("File Flow")>
<Assembly: AssemblyCopyright("Copyright © 2023")>
<Assembly: AssemblyTrademark("2.6.7.2")>
<Assembly: AssemblyTrademark("2.6.7.3")>
<Assembly: ComVisible(False)>
@@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.6.7.2")>
<Assembly: AssemblyVersion("2.6.7.3")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
<Assembly: NeutralResourcesLanguageAttribute("")>