From c61f6abdb45b514eb57356896146c398c48dc39d Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 22 Feb 2021 10:15:46 +0100 Subject: [PATCH] cb bugfix http Links und Versionsnummer --- ChatController/ChatKlassen/ChatMessage.cs | 2 +- ChatController/LoginControl.xaml.cs | 2 +- PrototypChat/PrototypChat.csproj | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChatController/ChatKlassen/ChatMessage.cs b/ChatController/ChatKlassen/ChatMessage.cs index 23370f4..87e3472 100644 --- a/ChatController/ChatKlassen/ChatMessage.cs +++ b/ChatController/ChatKlassen/ChatMessage.cs @@ -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); } diff --git a/ChatController/LoginControl.xaml.cs b/ChatController/LoginControl.xaml.cs index 33eb855..6cfae31 100644 --- a/ChatController/LoginControl.xaml.cs +++ b/ChatController/LoginControl.xaml.cs @@ -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}"; diff --git a/PrototypChat/PrototypChat.csproj b/PrototypChat/PrototypChat.csproj index ba935ea..25b7714 100644 --- a/PrototypChat/PrototypChat.csproj +++ b/PrototypChat/PrototypChat.csproj @@ -28,8 +28,8 @@ http://app.beyondsoft.de/ownChat/test/ ownChat Desktop beyondSoft GmbH - 1.0.0.24 - 25 + 1.0.0.25 + 26 1.0.0.%2a false true