cb bugfix http Links und Versionsnummer
This commit is contained in:
@@ -192,7 +192,7 @@ namespace ChatController.ChatKlassen
|
||||
return new Uri("http://" + UserMessage);
|
||||
}
|
||||
|
||||
if(UserMessage.Contains("https"))
|
||||
if(UserMessage.Contains("https") || UserMessage.Contains("http"))
|
||||
{
|
||||
return new Uri(UserMessage);
|
||||
}
|
||||
|
||||
@@ -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.4";
|
||||
private readonly string _Version = "1.5";
|
||||
|
||||
public string Version => $"Version: {_Version}";
|
||||
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
<InstallUrl>http://app.beyondsoft.de/ownChat/test/</InstallUrl>
|
||||
<ProductName>ownChat Desktop</ProductName>
|
||||
<PublisherName>beyondSoft GmbH</PublisherName>
|
||||
<MinimumRequiredVersion>1.0.0.24</MinimumRequiredVersion>
|
||||
<ApplicationRevision>25</ApplicationRevision>
|
||||
<MinimumRequiredVersion>1.0.0.25</MinimumRequiredVersion>
|
||||
<ApplicationRevision>26</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||
|
||||
Reference in New Issue
Block a user