Skip to content

Commit dfde5e0

Browse files
authored
Update Version Info to 2.5.1 (#1704)
Update WinUI-Gallery Version to 2.5.1
1 parent 2b84b51 commit dfde5e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.5.0.0" />
10+
<Identity Name="Microsoft.WinUI3ControlsGallery.Debug" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="2.5.1.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.5.0.0" />
10+
<Identity Name="Microsoft.WinUI3ControlsGallery" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="2.5.1.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.5.0.0")]
29-
[assembly: AssemblyFileVersion("2.5.0.0")]
28+
[assembly: AssemblyVersion("2.5.1.0")]
29+
[assembly: AssemblyFileVersion("2.5.1.0")]
3030
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)