Compare commits
2 Commits
a196e84071
...
31a9afaf96
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31a9afaf96 | ||
|
|
281c7a824a |
@@ -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
|
||||
|
||||
@@ -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("")>
|
||||
Reference in New Issue
Block a user