Skip to content

Commit a5d916f

Browse files
authored
Update the version of WinUI required by the Canary appinstaller (#19048)
1 parent dfcc8f3 commit a5d916f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build/config/template.appinstaller

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
<Package
1515
Name="Microsoft.UI.Xaml.2.8"
1616
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
17-
Version="8.2305.5001.0"
17+
Version="8.2306.22001.0"
1818
ProcessorArchitecture="x64"
19-
Uri="https://github.com/microsoft/microsoft-ui-xaml/releases/download/v2.8.4/Microsoft.UI.Xaml.2.8.x64.appx" />
19+
Uri="https://github.com/microsoft/microsoft-ui-xaml/releases/download/v2.8.5/Microsoft.UI.Xaml.2.8.x64.appx" />
2020
<Package
2121
Name="Microsoft.UI.Xaml.2.8"
2222
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
23-
Version="8.2305.5001.0"
23+
Version="8.2306.22001.0"
2424
ProcessorArchitecture="x86"
25-
Uri="https://github.com/microsoft/microsoft-ui-xaml/releases/download/v2.8.4/Microsoft.UI.Xaml.2.8.x86.appx" />
25+
Uri="https://github.com/microsoft/microsoft-ui-xaml/releases/download/v2.8.5/Microsoft.UI.Xaml.2.8.x86.appx" />
2626
<Package
2727
Name="Microsoft.UI.Xaml.2.8"
2828
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
29-
Version="8.2305.5001.0"
29+
Version="8.2306.22001.0"
3030
ProcessorArchitecture="arm64"
31-
Uri="https://github.com/microsoft/microsoft-ui-xaml/releases/download/v2.8.4/Microsoft.UI.Xaml.2.8.arm64.appx" />
31+
Uri="https://github.com/microsoft/microsoft-ui-xaml/releases/download/v2.8.5/Microsoft.UI.Xaml.2.8.arm64.appx" />
3232
</Dependencies>
3333

3434
<UpdateSettings>

0 commit comments

Comments
 (0)