Skip to content

Commit

Permalink
Updated App Installer for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshiask committed Jul 24, 2022
1 parent edea9f6 commit fd4b9a7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions FluentStoreBeta.appinstaller
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
Version="0.3.0.0"
Version="0.3.1.0"
Uri="https://ipfs.askharoun.com/FluentStore/BetaInstaller/FluentStoreBeta.appinstaller"
xmlns="http://schemas.microsoft.com/appx/appinstaller/2017">

<MainBundle Name="52374YoshiAskharoun.FluentStore"
Publisher="CN=Joshua Askharoun, O=Joshua Askharoun, S=Texas, C=US"
Version="0.3.0.0"
Uri="https://ipfs.askharoun.com/FluentStore/BetaInstaller/FluentStoreBeta_0.3.0.msixbundle" />
Version="0.3.1.0"
Uri="https://ipfs.askharoun.com/FluentStore/BetaInstaller/FluentStoreBeta_0.3.1.msixbundle" />

<Dependencies>
<Package Version="2.460.358.0"
Uri="https://ipfs.askharoun.com/FluentStore/BetaInstaller/Microsoft.WindowsAppRuntime.1.0_arm64.msix"
<Package Version="1003.565.600.0"
Uri="https://ipfs.askharoun.com/FluentStore/BetaInstaller/Microsoft.WindowsAppRuntime.1.1_arm64.msix"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
ProcessorArchitecture="arm64"
Name="Microsoft.WindowsAppRuntime.1.0" />
Name="Microsoft.WindowsAppRuntime.1.1" />

<Package Version="2.460.358.0"
Uri="https://ipfs.askharoun.com/FluentStore/BetaInstaller/Microsoft.WindowsAppRuntime.1.0_x64.msix"
<Package Version="1003.565.600.0"
Uri="https://ipfs.askharoun.com/FluentStore/BetaInstaller/Microsoft.WindowsAppRuntime.1.1_x64.msix"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
ProcessorArchitecture="x64"
Name="Microsoft.WindowsAppRuntime.1.0" />
Name="Microsoft.WindowsAppRuntime.1.1" />

<Package Version="2.460.358.0"
Uri="https://ipfs.askharoun.com/FluentStore/BetaInstaller/Microsoft.WindowsAppRuntime.1.0_x86.msix"
<Package Version="1003.565.600.0"
Uri="https://ipfs.askharoun.com/FluentStore/BetaInstaller/Microsoft.WindowsAppRuntime.1.1_x86.msix"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
ProcessorArchitecture="x86"
Name="Microsoft.WindowsAppRuntime.1.0" />
Name="Microsoft.WindowsAppRuntime.1.1" />
</Dependencies>

</AppInstaller>

0 comments on commit fd4b9a7

Please sign in to comment.