CB Verweise und Versionsnummer

This commit is contained in:
Christian
2020-09-28 11:29:02 +02:00
parent e8ef515e7a
commit 546d64a82f
4 changed files with 9 additions and 12 deletions

View File

@@ -45,8 +45,8 @@
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="RestSharp, Version=105.2.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\PrototypChat\packages\RestSharp.105.2.3\lib\net45\RestSharp.dll</HintPath>
<Reference Include="RestSharp">
<HintPath>..\libs\RestSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />

View File

@@ -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.3";
private readonly string _Version = "1.4";
public string Version => $"Version: {_Version}";