diff --git a/ChatController/LoginControl.xaml.cs b/ChatController/LoginControl.xaml.cs index 4569b87..8e98d82 100644 --- a/ChatController/LoginControl.xaml.cs +++ b/ChatController/LoginControl.xaml.cs @@ -45,7 +45,7 @@ namespace ChatController private string _chatCode = ""; private string _kundennummer = ""; private string _authToken = ""; - + private string _version = "1.1"; public LoginControl() { @@ -54,8 +54,8 @@ namespace ChatController //encrypt verschlüsselte datei LeseDateiFallsVorhanden(); - var version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version; - lblVersion.Content = String.Format("Version: {0}", version); + //var version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version; + lblVersion.Content = String.Format("Version: {0}", _version); } private void AnmeldenButton_OnClick(object sender, RoutedEventArgs e) diff --git a/PrototypChat/.vs/PrototypChat/v15/.suo b/PrototypChat/.vs/PrototypChat/v15/.suo index 72086e0..19b5bac 100644 Binary files a/PrototypChat/.vs/PrototypChat/v15/.suo and b/PrototypChat/.vs/PrototypChat/v15/.suo differ diff --git a/PrototypChat/PrototypChat.csproj b/PrototypChat/PrototypChat.csproj index d361c74..934a447 100644 --- a/PrototypChat/PrototypChat.csproj +++ b/PrototypChat/PrototypChat.csproj @@ -67,6 +67,9 @@ true + + ownchat_favicon.ico + ..\libs\Newtonsoft.Json.dll @@ -166,5 +169,8 @@ false + + + \ No newline at end of file diff --git a/PrototypChat/ownchat_favicon.ico b/PrototypChat/ownchat_favicon.ico new file mode 100644 index 0000000..a0441f4 Binary files /dev/null and b/PrototypChat/ownchat_favicon.ico differ