From 741874d3821cc63917adfbe53123f8117ef09166 Mon Sep 17 00:00:00 2001 From: Oliver Hauff Date: Mon, 2 May 2022 21:56:32 +0200 Subject: [PATCH] Version 3.0.297 --- .../Properties/AndroidManifest.xml | 2 +- LastenradBayern/TINK.iOS/Info.plist | 4 +-- .../TINK/View/Account/AccountPage.xaml | 15 ++++++----- .../Properties/AndroidManifest.xml | 2 +- Meinkonrad/TINK.iOS/Info.plist | 4 +-- Meinkonrad/TINK/View/Account/AccountPage.xaml | 2 +- .../Properties/AndroidManifest.xml | 2 +- TINK/TINK.iOS/Info.plist | 4 +-- TINK/TINK/View/Account/AccountPage.xaml | 15 ++++++----- TINK/TINK/View/Login/LoginPage.xaml | 2 +- TINKLib/Model/WhatsNew.cs | 2 +- .../AppResources.Designer.cs | 27 ++++++++++++++++--- .../AppResources.de.resx | 9 ++++--- .../MultilingualResources/AppResources.resx | 7 ++--- TINKLib/MultilingualResources/TINKLib.de.xlf | 14 +++++----- 15 files changed, 68 insertions(+), 43 deletions(-) diff --git a/LastenradBayern/TINK.Android/Properties/AndroidManifest.xml b/LastenradBayern/TINK.Android/Properties/AndroidManifest.xml index 14d78ec..3774b03 100644 --- a/LastenradBayern/TINK.Android/Properties/AndroidManifest.xml +++ b/LastenradBayern/TINK.Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/LastenradBayern/TINK.iOS/Info.plist b/LastenradBayern/TINK.iOS/Info.plist index 470ac84..7226753 100644 --- a/LastenradBayern/TINK.iOS/Info.plist +++ b/LastenradBayern/TINK.iOS/Info.plist @@ -53,8 +53,8 @@ CFBundleDisplayName LastenradBayern CFBundleVersion - 294 + 297 CFBundleShortVersionString - 3.0.294 + 3.0.297 diff --git a/LastenradBayern/TINK/View/Account/AccountPage.xaml b/LastenradBayern/TINK/View/Account/AccountPage.xaml index 3655cd9..9631f32 100644 --- a/LastenradBayern/TINK/View/Account/AccountPage.xaml +++ b/LastenradBayern/TINK/View/Account/AccountPage.xaml @@ -1,10 +1,11 @@  + xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" + xmlns:d="http://xamarin.com/schemas/2014/forms/design" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:resources="clr-namespace:TINK.MultilingualResources;assembly=TINKLib" + mc:Ignorable="d" + x:Class="TINK.View.Account.AccountPage"> @@ -13,10 +14,10 @@