Skip to content

Commit

Permalink
fixed typo in readme
Browse files Browse the repository at this point in the history
-set target SDK for new version release
  • Loading branch information
jp-weber committed Dec 23, 2022
1 parent 1bc3995 commit 16c9149
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Project2FA/Project2FA.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap mp rescap">
<Identity Name="38343JanPhilippWeber.2fastBeta" Publisher="CN=31DBFF9D-D4FF-4E73-808A-7B49119D08D3" Version="1.2.0.0" />
<mp:PhoneIdentity PhoneProductId="81c17ee8-a49a-45af-ab75-4b390e1dc2e8" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Identity Name="38343JanPhilippWeber.2fastTwoFactorAuthenticatorSu" Publisher="CN=31DBFF9D-D4FF-4E73-808A-7B49119D08D3" Version="1.2.1.0" />
<mp:PhoneIdentity PhoneProductId="530d57bd-369e-4201-a9bb-496892271552" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>2fast (Beta)</DisplayName>
<DisplayName>2fast – Two Factor Authenticator Supporting TOTP</DisplayName>
<PublisherDisplayName>Jan Philipp Weber</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
Expand All @@ -19,7 +19,7 @@
</Resources>
<Applications>
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="Project2FA.UWP.App">
<uap:VisualElements DisplayName="[Beta] 2fast - two factor authenticator supporting TOTP" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent" Description="Project2FA">
<uap:VisualElements DisplayName="2fast - two factor authenticator supporting TOTP" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent" Description="Project2FA">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png" ShortName="2fast">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="wide310x150Logo"/>
Expand Down
4 changes: 2 additions & 2 deletions Project2FA/Project2FA.UWP/Project2FA.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>Project2FA.UWP</AssemblyName>
<DefaultLanguage>en</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.19041.0</TargetPlatformVersion>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.22621.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
Expand All @@ -23,7 +23,7 @@
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<PackageCertificateThumbprint>5603522399507011BC16B020D4E00718C66AB93F</PackageCertificateThumbprint>
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
Expand Down
2 changes: 1 addition & 1 deletion Project2FA/Project2FA.UWP/Strings/de/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ Bitte synchronisieren Sie die Uhrzeit in den Einstellungen.</value>
<data name="NewAppFeaturesContent" xml:space="preserve">
<value>• Windows Hello kann nun in den Einstellungen für die generelle Anmeldung deaktiviert werden
• Aktualisierung von Drittanbieter Bibliotheken
• Behebung eines Fehlers, dass bei dem Starten von .2fa nicht alle Rechte zum Lesen zur Verfügung standen
• Behebung eines Fehlers, dass bei dem Starten von .2fa Datendateien nicht alle Rechte zum Lesen zur Verfügung standen
• Verschlüsselung des eingegebenen Passwortes bei dem Starten von .2fa Dateien
• Zuverlässigkeit der WebDAV-Komponente wurde erhöht</value>
</data>
Expand Down

0 comments on commit 16c9149

Please sign in to comment.