Merge and versionnumber +1

This commit is contained in:
Roland Drabesch 2023-08-31 09:50:25 +02:00
commit bc0d758ac3
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D0C8D887-ED52-40AB-A069-90BCE0E801E2}</ProjectGuid>
<OutputType>Library</OutputType>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Xylem.Common.Ui.CordonelPreadjustmentUi</RootNamespace>
<AssemblyName>Xylem.Common.Ui.CordonelPreadjustmentUi</AssemblyName>

View File

@ -432,7 +432,7 @@ namespace Xylem.Common.Ui.GenesisToolBox
{
Logger.Value.Error(ex, $"Slot #{slotNR} failed: {ex.Message}");
}
_currentGenesis.Login();
_currentGenesis.Login("B507CC0978D6");
_currentPcbId = _currentGenesis.PcbId;