diff --git a/ChatController/ChatController.csproj b/ChatController/ChatController.csproj
index 21f02f4..9df76a0 100644
--- a/ChatController/ChatController.csproj
+++ b/ChatController/ChatController.csproj
@@ -45,8 +45,8 @@
-
- ..\PrototypChat\packages\RestSharp.105.2.3\lib\net45\RestSharp.dll
+
+ ..\libs\RestSharp.dll
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 15b97af..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.3";
+ private readonly string _Version = "1.5";
public string Version => $"Version: {_Version}";
diff --git a/PrototypChat/PrototypChat.csproj b/PrototypChat/PrototypChat.csproj
index fdaceb9..25b7714 100644
--- a/PrototypChat/PrototypChat.csproj
+++ b/PrototypChat/PrototypChat.csproj
@@ -25,11 +25,11 @@
false
true
true
- http://app.beyondsoft.de/ownChat/
+ http://app.beyondsoft.de/ownChat/test/
ownChat Desktop
beyondSoft GmbH
- 1.0.0.13
- 14
+ 1.0.0.25
+ 26
1.0.0.%2a
false
true
@@ -56,7 +56,7 @@
4
- D9ACF3EBC5E47956B8D786361F7061E3F6D6F286
+ D7D02C6BE66C484058796E17BD368F3C81B4AA88
@@ -66,15 +66,12 @@
true
- false
+ true
ownchat_favicon.ico
-
- False
-
..\libs\Newtonsoft.Json.dll
diff --git a/PrototypChat/PrototypChat.csproj.user b/PrototypChat/PrototypChat.csproj.user
index 00868fc..7da2cf8 100644
--- a/PrototypChat/PrototypChat.csproj.user
+++ b/PrototypChat/PrototypChat.csproj.user
@@ -3,7 +3,7 @@
false
D:\Projects\beyondSoft\Chat\publish\
- http://app.beyondsoft.de/ownChat/|https://app5.bewoplaner.de/chat/
+ http://app.beyondsoft.de/ownChat/test/|http://app.beyondsoft.de/ownChat/|https://app5.bewoplaner.de/chat/