ZugferdService: Version 1.2.5.0

This commit is contained in:
Jonathan Jenne 2021-01-13 14:02:38 +01:00
parent 4a43df9225
commit 845237963a
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -25,8 +25,6 @@ Public Class ThreadRunner
Private _jobArguments As WorkerArgs
Private _mssql As MSSQLServer
Private Const TIMER_INTERVAL_MS = 10_000
Public Sub New(LogConfig As LogConfig, Firebird As Firebird, Optional MSSQL As MSSQLServer = Nothing)
_logConfig = LogConfig
_logger = _logConfig.GetLogger()