Merge branch 'master' of ssh://float.beyondsoft.de/git/beyondSoft/Chat

This commit is contained in:
Lyndon
2022-02-04 15:41:15 +01:00
5 changed files with 5 additions and 8 deletions

View File

@@ -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>

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

View File

@@ -25,11 +25,11 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>true</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<InstallUrl>http://app.beyondsoft.de/ownChat/test/</InstallUrl>
<InstallUrl>http://app.beyondsoft.de/ownChat/</InstallUrl>
<ProductName>ownChat Desktop</ProductName>
<PublisherName>beyondSoft GmbH</PublisherName>
<MinimumRequiredVersion>1.0.0.25</MinimumRequiredVersion>
<ApplicationRevision>26</ApplicationRevision>
<MinimumRequiredVersion>1.0.0.27</MinimumRequiredVersion>
<ApplicationRevision>28</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<EnableSecurityDebugging>false</EnableSecurityDebugging>
<PublishUrlHistory>D:\Projects\beyondSoft\Chat\publish\</PublishUrlHistory>
<InstallUrlHistory>http://app.beyondsoft.de/ownChat/test/|http://app.beyondsoft.de/ownChat/|https://app5.bewoplaner.de/chat/</InstallUrlHistory>
<InstallUrlHistory>http://app.beyondsoft.de/ownChat/|http://app.beyondsoft.de/ownChat/test/|https://app5.bewoplaner.de/chat/</InstallUrlHistory>
<SupportUrlHistory />
<UpdateUrlHistory />
<BootstrapperUrlHistory />

Binary file not shown.