Skip to content

Commit 04db0e3

Browse files
authored
Update Gallery and WindowsAppSDK Version (#1652)
## Description - Update Gallery Version to 2.5.0 - WindowsAppSDK Version to 1.6.241106002
1 parent 50959e1 commit 04db0e3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

WinUIGallery/Package.Dev.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
88
IgnorableNamespaces="uap mp uap3">
99
<!--Note: package version and assembly version must be kept in sync-->
10-
<Identity Name="Microsoft.WinUI3ControlsGallery.Debug" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="2.4.3.0" />
10+
<Identity Name="Microsoft.WinUI3ControlsGallery.Debug" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="2.5.0.0" />
1111
<mp:PhoneIdentity PhoneProductId="863667e0-667a-4bb4-ac52-c59656c7333a" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
1212
<Properties>
1313
<DisplayName>WinUI 3 Gallery Dev</DisplayName>

WinUIGallery/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
88
IgnorableNamespaces="uap mp uap3">
99
<!--Note: package version and assembly version must be kept in sync-->
10-
<Identity Name="Microsoft.WinUI3ControlsGallery" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="2.4.3.0" />
10+
<Identity Name="Microsoft.WinUI3ControlsGallery" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="2.5.0.0" />
1111
<mp:PhoneIdentity PhoneProductId="863667e0-667a-4bb4-ac52-c59656c7333a" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
1212
<Properties>
1313
<DisplayName>WinUI 3 Gallery</DisplayName>

WinUIGallery/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
2727
// Note: package version and assembly version must be kept in sync
28-
[assembly: AssemblyVersion("2.4.3.0")]
29-
[assembly: AssemblyFileVersion("2.4.3.0")]
28+
[assembly: AssemblyVersion("2.5.0.0")]
29+
[assembly: AssemblyFileVersion("2.5.0.0")]
3030
[assembly: ComVisible(false)]

standalone.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<!-- The NuGet versions of dependencies to build against. -->
44
<WindowsSdkPackageVersion>10.0.22621.42</WindowsSdkPackageVersion>
5-
<WindowsAppSdkPackageVersion>1.6.240829007</WindowsAppSdkPackageVersion>
5+
<WindowsAppSdkPackageVersion>1.6.241106002</WindowsAppSdkPackageVersion>
66
<MicrosoftNETCoreUniversalWindowsPlatformVersion>6.2.11</MicrosoftNETCoreUniversalWindowsPlatformVersion>
77
<GraphicsWin2DVersion>1.0.4</GraphicsWin2DVersion>
88
<ColorCodeVersion>2.0.13</ColorCodeVersion>

0 commit comments

Comments
 (0)