Merge branch 'master' of ssh://float.beyondsoft.de/git/beyondSoft/Chat
This commit is contained in:
@@ -37,9 +37,6 @@
|
||||
<StartupObject />
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="DevExpress.Mvvm.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json">
|
||||
<HintPath>..\libs\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
|
||||
@@ -79,7 +79,7 @@ namespace ChatController
|
||||
private string _Benutzername = string.Empty;
|
||||
private string _ChatCode = string.Empty;
|
||||
private string _Kundennummer = string.Empty;
|
||||
private readonly string _Version = "1.5";
|
||||
private readonly string _Version = "1.6";
|
||||
|
||||
public string Version => $"Version: {_Version}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user