diff --git a/ChatController/ChatController.csproj b/ChatController/ChatController.csproj index eae6e56..39970db 100644 --- a/ChatController/ChatController.csproj +++ b/ChatController/ChatController.csproj @@ -37,9 +37,6 @@ - - False - ..\libs\Newtonsoft.Json.dll diff --git a/ChatController/LoginControl.xaml.cs b/ChatController/LoginControl.xaml.cs index 8d0d4de..7ed0ba1 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.5"; + private readonly string _Version = "1.6"; public string Version => $"Version: {_Version}"; diff --git a/PrototypChat/PrototypChat.csproj b/PrototypChat/PrototypChat.csproj index 25b7714..eb4f7e2 100644 --- a/PrototypChat/PrototypChat.csproj +++ b/PrototypChat/PrototypChat.csproj @@ -25,11 +25,11 @@ false true true - http://app.beyondsoft.de/ownChat/test/ + http://app.beyondsoft.de/ownChat/ ownChat Desktop beyondSoft GmbH - 1.0.0.25 - 26 + 1.0.0.27 + 28 1.0.0.%2a false true diff --git a/PrototypChat/PrototypChat.csproj.user b/PrototypChat/PrototypChat.csproj.user index 7da2cf8..90b77d4 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/test/|http://app.beyondsoft.de/ownChat/|https://app5.bewoplaner.de/chat/ + http://app.beyondsoft.de/ownChat/|http://app.beyondsoft.de/ownChat/test/|https://app5.bewoplaner.de/chat/ diff --git a/libs/Newtonsoft.Json.dll b/libs/Newtonsoft.Json.dll index e4a6339..7af125a 100644 Binary files a/libs/Newtonsoft.Json.dll and b/libs/Newtonsoft.Json.dll differ