Merge branch 'master' of ssh://float.beyondsoft.de/git/beyondSoft/Chat
# Conflicts: # PrototypChat/.vs/PrototypChat/v15/.suo
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -9,3 +9,4 @@
|
||||
/BeWoPlanerChat/bewoplaner-chat-android/app/*.apk
|
||||
/PrototypChat/.vs/PrototypChat/v14
|
||||
/PrototypChat/.vs/PrototypChat/v15/sqlite3
|
||||
/PrototypChat/.vs/PrototypChat/v15
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -67,6 +67,9 @@
|
||||
<PropertyGroup>
|
||||
<SignManifests>true</SignManifests>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>ownchat_favicon.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Newtonsoft.Json">
|
||||
<HintPath>..\libs\Newtonsoft.Json.dll</HintPath>
|
||||
@@ -166,5 +169,8 @@
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="ownchat_favicon.ico" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
BIN
PrototypChat/ownchat_favicon.ico
Normal file
BIN
PrototypChat/ownchat_favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
Reference in New Issue
Block a user