Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit a722f17

Browse files
authored
Merge pull request #2803 from windows-toolkit/mhawker/sample51update
Update Sample App in prep for 5.1 release
2 parents 232128c + 0f00888 commit a722f17

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

Microsoft.Toolkit.Uwp.SampleApp/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespaces="uap mp uap3">
3-
<Identity Name="52b9212c-97a9-4639-9426-3e1ea9c1569e" Publisher="CN=Nikola" Version="4.0.0.0" />
3+
<Identity Name="52b9212c-97a9-4639-9426-3e1ea9c1569e" Publisher="CN=Nikola" Version="5.1.0.0" />
44
<mp:PhoneIdentity PhoneProductId="52b9212c-97a9-4639-9426-3e1ea9c1569e" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>Microsoft.Toolkit.Uwp.SampleApp</DisplayName>

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,10 @@
342342
"Type": "RemoteDevicePickerControlPage",
343343
"Subcategory": "Input",
344344
"About": "Remote Device Picker Control for Project Rome.",
345-
"CodeUrl": "https://github.com/Microsoft/UWPCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls/RemoteDevicePicker",
345+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls/RemoteDevicePicker",
346346
"CodeFile": "RemoteDevicePickerCode.bind",
347347
"Icon": "/SamplePages/RemoteDevicePicker/RemoteDevicePicker.png",
348-
"DocumentationUrl": "https://raw.githubusercontent.com/Microsoft/UWPCommunityToolkit/master/docs/controls/RemoteDevicePicker.md"
348+
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/RemoteDevicePicker.md"
349349
},
350350
{
351351
"Name": "ImageCropper",
@@ -537,6 +537,14 @@
537537
"Icon": "/SamplePages/FadeHeader/FadeHeaderBehavior.png",
538538
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/FadeHeader.md"
539539
},
540+
{
541+
"Name": "Lottie",
542+
"About": "Lottie-Windows is a library and tools for rendering Lottie animations on Windows 10.",
543+
"Subcategory": "Effect",
544+
"Icon": "/Assets/Helpers.png",
545+
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/Lottie.md",
546+
"CodeUrl": "https://github.com/windows-toolkit/Lottie-Windows"
547+
},
540548
{
541549
"Name": "ReorderGridAnimation",
542550
"Type": "ReorderGridPage",

Microsoft.Toolkit.Uwp.SampleApp/landingPageLinks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"new-section-title": "What's New",
3-
"new-samples": [ "WindowsXamlHost", "TabView", "Weibo Service", "InkCanvas", "WebViewCompatible" ],
3+
"new-samples": [ "Lottie", "RemoteDevicePicker", "RemoteDeviceHelper", "ImageCropper", "OnDevice" ],
44
"resources": [
55
{
66
"title": "Toolkit",

0 commit comments

Comments
 (0)