2 Commits

Author SHA1 Message Date
Jonathan Jenne
2a17a37032 Config: Version 1.1.4 2021-07-09 13:27:37 +02:00
Jonathan Jenne
f75ee17d63 Config: Log user config path when loading 2021-07-09 13:27:23 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -274,6 +274,7 @@ Public Class ConfigManager(Of T)
If File.Exists(_UserConfigPath) Then
Try
Dim oUserConfig = ReadFromFile(_UserConfigPath)
_Logger.Info("UserConfig exists and will be used. [{0}]", _UserConfigPath)
' if user config exists
If Not IsNothing(oUserConfig) Then

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.1.3.0")>
<Assembly: AssemblyFileVersion("1.1.3.0")>
<Assembly: AssemblyVersion("1.1.4.0")>
<Assembly: AssemblyFileVersion("1.1.4.0")>