Compare commits
2 Commits
59900f2ab9
...
2a17a37032
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a17a37032 | ||
|
|
f75ee17d63 |
@@ -274,6 +274,7 @@ Public Class ConfigManager(Of T)
|
|||||||
If File.Exists(_UserConfigPath) Then
|
If File.Exists(_UserConfigPath) Then
|
||||||
Try
|
Try
|
||||||
Dim oUserConfig = ReadFromFile(_UserConfigPath)
|
Dim oUserConfig = ReadFromFile(_UserConfigPath)
|
||||||
|
_Logger.Info("UserConfig exists and will be used. [{0}]", _UserConfigPath)
|
||||||
|
|
||||||
' if user config exists
|
' if user config exists
|
||||||
If Not IsNothing(oUserConfig) Then
|
If Not IsNothing(oUserConfig) Then
|
||||||
|
|||||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("1.1.3.0")>
|
<Assembly: AssemblyVersion("1.1.4.0")>
|
||||||
<Assembly: AssemblyFileVersion("1.1.3.0")>
|
<Assembly: AssemblyFileVersion("1.1.4.0")>
|
||||||
|
|||||||
Reference in New Issue
Block a user