Skip to content

Commit

Permalink
Added 0.3.0.0 App Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshiask committed Jul 24, 2022
1 parent 01071b0 commit edea9f6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions FluentStoreBeta.appinstaller
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
Version="0.3.0.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" />

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

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

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

</AppInstaller>

0 comments on commit edea9f6

Please sign in to comment.