Skip to content

Commit 46137e8

Browse files
authored
WinUI Gallery 2.2.0.0 Release (#1353)
1 parent eb71711 commit 46137e8

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

Diff for: WinUIGallery/Assets/ControlImages/Placeholder.png

5.24 KB
Loading

Diff for: WinUIGallery/ContentIncludes.props

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
<Content Include="Assets\ControlImages\PersonPicture.png" />
151151
<Content Include="Assets\ControlImages\PipsPager.png" />
152152
<Content Include="Assets\ControlImages\Pivot.png" />
153+
<Content Include="Assets\ControlImages\Placeholder.png" />
153154
<Content Include="Assets\ControlImages\ProgressBar.png" />
154155
<Content Include="Assets\ControlImages\ProgressRing.png" />
155156
<Content Include="Assets\ControlImages\PullToRefresh.png" />

Diff for: WinUIGallery/DataModel/ControlInfoData.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,6 @@
534534
"ApiNamespace": "Microsoft.UI.Xaml.Controls",
535535
"Subtitle": "A control that presents a collection of items using various layouts.",
536536
"ImagePath": "ms-appx:///Assets/ControlImages/ItemsView.png",
537-
"ImageIconPath": "ms-appx:///Assets/ControlIcons/ItemsViewIcon.png",
538537
"Description": "The ItemsView lets you show a collection of items using scrollable & swappable layouts.",
539538
"Content": "<p><b>ItemsView</b> can contain a collection of items of any type. To populate the view, set the <b>ItemsSource</b> property to a data source.</p><p>Set a <b>Layout</b> to define how the items are laid out.</p><p>Set an <b>ItemTemplate</b> to define the look of individual items.</p><p>Look at the <i>ItemsViewPage.xaml</i> file in Visual Studio to see the full code for this page.</p>",
540539
"IsNew": true,
@@ -1428,8 +1427,7 @@
14281427
"Title": "AnnotatedScrollBar",
14291428
"ApiNamespace": "Microsoft.UI.Xaml.Controls",
14301429
"Subtitle": "A control that extends a regular vertical scrollbar's functionality for an easy navigation through large collections.",
1431-
"ImagePath": "ms-appx:///Assets/ControlImages/AnnotatedScrollBar.png",
1432-
"ImageIconPath": "ms-appx:///Assets/ControlIcons/AnnotatedScrollBarIcon.png",
1430+
"ImagePath": "ms-appx:///Assets/ControlImages/Placeholder.png",
14331431
"Description": "The AnnotatedScrollBar lets you navigate through a large collection of items via a clickable rail with labels which act as markers.",
14341432
"Content": "<p><b>AnnotatedScrollBar</b> can be connected to a scrollable container, like a ScrollView, via its <b>ScrollController</b> property.</p><p>Populate the <b>Labels</b> property with special values that act as markers.</p><p>Set the <b>LabelTemplate</b> and <b>DetailLabelTemplate</b> data templates to define the labels' and more granular tooltips' looks.</p><p>Look at the <i>AnnotatedScrollBarPage.xaml</i> file in Visual Studio to see the full code for this page.</p>",
14351433
"IsNew": true,

Diff for: WinUIGallery/Package.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="2.1.0.0" />
10+
<Identity Name="Microsoft.WinUI3ControlsGallery.Debug" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="2.2.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>

Diff for: WinUIGallery/Package.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="2.1.0.0" />
10+
<Identity Name="Microsoft.WinUI3ControlsGallery" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="2.2.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("2.1.0.0")]
29-
[assembly: AssemblyFileVersion("2.1.0.0")]
28+
[assembly: AssemblyVersion("2.2.0.0")]
29+
[assembly: AssemblyFileVersion("2.2.0.0")]
3030
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)