diff --git a/.gitignore b/.gitignore index 6fbd3a9..b4a9214 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /BeWoPlanerChat/bewoplaner-chat-android/app/*.apk /PrototypChat/.vs/PrototypChat/v14 /PrototypChat/.vs/PrototypChat/v15/sqlite3 +/PrototypChat/.vs/PrototypChat/v15 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/PrototypChat.csproj b/PrototypChat/PrototypChat.csproj index ae3c300..8358930 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