Skip to content

Commit edea9f6

Browse files
committed
Added 0.3.0.0 App Installer
1 parent 01071b0 commit edea9f6

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

FluentStoreBeta.appinstaller

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<AppInstaller
3+
Version="0.3.0.0"
4+
Uri="https://ipfs.askharoun.com/FluentStore/BetaInstaller/FluentStoreBeta.appinstaller"
5+
xmlns="http://schemas.microsoft.com/appx/appinstaller/2017">
6+
7+
<MainBundle Name="52374YoshiAskharoun.FluentStore"
8+
Publisher="CN=Joshua Askharoun, O=Joshua Askharoun, S=Texas, C=US"
9+
Version="0.3.0.0"
10+
Uri="https://ipfs.askharoun.com/FluentStore/BetaInstaller/FluentStoreBeta_0.3.0.msixbundle" />
11+
12+
<Dependencies>
13+
<Package Version="2.460.358.0"
14+
Uri="https://ipfs.askharoun.com/FluentStore/BetaInstaller/Microsoft.WindowsAppRuntime.1.0_arm64.msix"
15+
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
16+
ProcessorArchitecture="arm64"
17+
Name="Microsoft.WindowsAppRuntime.1.0" />
18+
19+
<Package Version="2.460.358.0"
20+
Uri="https://ipfs.askharoun.com/FluentStore/BetaInstaller/Microsoft.WindowsAppRuntime.1.0_x64.msix"
21+
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
22+
ProcessorArchitecture="x64"
23+
Name="Microsoft.WindowsAppRuntime.1.0" />
24+
25+
<Package Version="2.460.358.0"
26+
Uri="https://ipfs.askharoun.com/FluentStore/BetaInstaller/Microsoft.WindowsAppRuntime.1.0_x86.msix"
27+
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
28+
ProcessorArchitecture="x86"
29+
Name="Microsoft.WindowsAppRuntime.1.0" />
30+
</Dependencies>
31+
32+
</AppInstaller>

0 commit comments

Comments
 (0)