CB Verweise und Versionsnummer
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user