Skip to content

Commit

Permalink
push version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-weber committed Jun 11, 2022
1 parent a31fc36 commit 5b50011
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Project2FA/Project2FA.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
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.2fastTwoFactorAuthenticatorSu" Publisher="CN=31DBFF9D-D4FF-4E73-808A-7B49119D08D3" Version="0.0.1.0" />
<mp:PhoneIdentity PhoneProductId="4baf9051-0675-4879-8fa8-e3447617f937" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Identity Name="38343JanPhilippWeber.2fastTwoFactorAuthenticatorSu" Publisher="CN=31DBFF9D-D4FF-4E73-808A-7B49119D08D3" Version="1.1.0.0" />
<mp:PhoneIdentity PhoneProductId="fcd48287-4b21-4518-a521-413cec0a4781" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>2fast – Two Factor Authenticator Supporting TOTP</DisplayName>
<PublisherDisplayName>Jan Philipp Weber</PublisherDisplayName>
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
5 changes: 2 additions & 3 deletions Project2FA/Project2FA.UWP/Project2FA.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<PackageCertificateThumbprint>CB43D7C24F1174E990AA966B9E9FEB6C454736FE</PackageCertificateThumbprint>
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
<PackageCertificateThumbprint>5603522399507011BC16B020D4E00718C66AB93F</PackageCertificateThumbprint>
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
Expand Down Expand Up @@ -2535,7 +2535,6 @@
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
<Content Include="Assets\AnimatedVisuals\3932-error-cross.json" />
<None Include=".editorconfig" />
<None Include="Project2FA.UWP_StoreKey.pfx" />
<None Include="Project2FA.UWP_TemporaryKey.pfx" />
<PRIResource Include="Strings\de\Resources.resw" />
</ItemGroup>
Expand Down
Binary file not shown.
Binary file modified Project2FA/Project2FA.UWP/Project2FA.UWP_TemporaryKey.pfx
Binary file not shown.

0 comments on commit 5b50011

Please sign in to comment.