Deploy 6.9.8, kleinere Korrekturen usw.

This commit is contained in:
Daniel Schick 2022-01-09 19:37:41 +01:00
parent 5db4e32381
commit c9e931cd0d
6 changed files with 7 additions and 7 deletions

View File

@ -37,7 +37,7 @@
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.html</WebPage>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>6.9.7.0</ApplicationVersion>
<ApplicationVersion>6.9.8.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>

View File

@ -168,10 +168,10 @@ namespace SendNSWMessageService
try
{
bool sendSucceeded = false;
if(message.HIS == Message.NSWProvider.UNDEFINED)
message.HIS = core.InitialHIS;
_log.InfoFormat("Sending {0} message to {1}",
message.MessageNotificationClass.ToString(), message.HIS.ToString());
_log.InfoFormat("Sending {0} message to {1}", message.MessageNotificationClass.ToString(), message.HIS.ToString());
// switch über passendes HIS / Schnittstelle
switch (message.HIS)

View File

@ -2,6 +2,6 @@
[assembly: AssemblyCompany("schick Informatik")]
[assembly: AssemblyProduct("BSMD NSW interface")]
[assembly: AssemblyInformationalVersion("6.9.7")]
[assembly: AssemblyInformationalVersion("6.9.8")]
[assembly: AssemblyCopyright("Copyright © 2014-2021 schick Informatik")]
[assembly: AssemblyTrademark("")]

View File

@ -1,4 +1,4 @@
using System.Reflection;
[assembly: AssemblyVersion("6.9.7.*")]
[assembly: AssemblyVersion("6.9.8.*")]

View File

@ -257,7 +257,7 @@ namespace bsmd.hisnord
if (aMessage.InternalStatus == Message.BSMDStatus.SENT)
{
aMessageStillInSENTstate = true;
_log.InfoFormat("message {0} still in SENT state", aMessage.Id);
_log.InfoFormat("message {0} {1} still in SENT state", aMessage.Id, aMessage.MessageNotificationClassDisplay);
}
}

Binary file not shown.