Skip to content

Commit 9ebe75e

Browse files
2.0 Store update
1 parent 1d61342 commit 9ebe75e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: WinUIGallery/Navigation/NavigationRootPage.xaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@
206206
<NavigationViewItem.MenuItems>
207207
<NavigationViewItem
208208
x:Name="AccessibilityScreenReaderPage"
209-
Content="Screen reader"
209+
Content="Screen reader support"
210210
Tag="AccessibilityScreenReader" />
211211
<NavigationViewItem
212212
x:Name="AccessibilityKeyboardPage"
213-
Content="Keyboard navigation"
213+
Content="Keyboard support"
214214
Tag="AccessibilityKeyboard" />
215215
<NavigationViewItem
216216
x:Name="AccessibilityContrastPage"

Diff for: WinUIGallery/Package.WAP.Dev.appxmanifest

+1-1
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="1.3.17.0" />
10+
<Identity Name="Microsoft.WinUI3ControlsGallery.Debug" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="2.0.0.0" />
1111
<mp:PhoneIdentity PhoneProductId="0ba9d13a-a477-463f-955f-91d935fa4cd5" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
1212
<Properties>
1313
<DisplayName>WinUI 3 Gallery Dev</DisplayName>

Diff for: WinUIGallery/Package.WAP.appxmanifest

+1-1
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="1.3.17.0" />
10+
<Identity Name="Microsoft.WinUI3ControlsGallery" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="2.0.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>

Diff for: WinUIGallery/Properties/AssemblyInfo.cs

+2-2
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("1.3.17.0")]
29-
[assembly: AssemblyFileVersion("1.3.17.0")]
28+
[assembly: AssemblyVersion("2.0.0.0")]
29+
[assembly: AssemblyFileVersion("2.0.0.0")]
3030
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)