* Capabilities: Show how to use AppCapability.DisplayMessage
* All samples upgraded to 22H2 SDK
* New: OnDemandHotspot, PresenceSensor
* Archived: MyPeopleNotifications
* Capabilities: Show how to use AppCapability.DisplayMessage
* All samples upgraded to 22H2 SDK
* New: OnDemandHotspot, PresenceSensor
* Archived: MyPeopleNotifications
* BluetoothLE: C++/WinRT translation errors
* CustomCapability: Stick with .NET version 5.0.0, aligns with other samples
* WebAuthenticationBroker: Fix C++/CX Facebook oauth scope to match C#
* Add SECURITY.md, fix README links due to rename of default branch
* ApplicationData: Remove roaming scenarios that don't apply to Windows 11
* Geolocation: Add geometric and time dilution of position properties
* WindowsAudioSession: Fix buffer leaks, waveformat leaks, low latency, hardware offload, handle systems with no sound device
* UserInfo: New CheckUserAgeConsentGroupAsync method
* ApplicationData, PasswordVault, WindowsAudioSession: Ported to C++/WinRT
* Geolocation: New IsRemoteSource property
* WRLOutOfProcessWinRTComponent: Builds now
* .editorconfig to help maintain uniformity
* New sample: PenHaptics, XamlListView (C++/WinRT)
* IoT-GPIO: Remember event token so we can unsubscribe later #1247
* SimpleCommunication: Fix typo in parameter ordering (code worked, but names were backward) #1294
* WiFiDirect: Fix build #1319
* Delete obsolete samples templates
* Json: Add deletion support, improve error handling
* Printing: Force printDocument to null to ensure it is not kept alive by
the XAML navigation cache (not a problem in this sample since it doesn't
enable the navigation cache, but fixed for completeness)
* New C++/WinRT samples: AppServices, Json
* Archived C++/CX samples: AppServices
* DeviceEnumerationAndPairing: Remove unused C++/WinRT code that didn't work anyway.
* FilePicker: Add some comments about how to access the picked file.
* Simple3DGameDX: Improve standard conformance in C++/WinRT sample.
* SocketActivityStreamSocket: Mention CheckNetIsolationTool.exe in the README.
* Geolocation, UserInfo: Ported to C++/WinRT.
* AudioCreation: Add microphone selection to scenario 2
* BarcodeScanner: Add missing namespace qualifier #1253
* HttpClient: Take advantage of C++/WinRT cancellation feature microsoft/cppwinrt#721
* LockScreenApps: Provide workaround for Settings app issue #1249
* MediaTranscoding: Explicitly set the H.264 encoder level to 5.2 when needed
* MobileBroadband: Fix order of parameters #1255
* C++/WinRT template: Use angle brackets for C++/WinRT headers #1231
* Fix broken links and typos in README files #1235#1245#1256
* New samples: WebSocket (C++WinRT)
* BasicFaceTracking: Detect cameras which do not support Nv12 #830, unregister Suspending handlers when not the active page, fix race conditions and div0 issues, handle camera loss while streaming
* CameraFrames, CameraOpenCV: Add support for NV12 IR cameras
* LockScreen: Fix manifest,
* OCR: Use Button.Click instead of Button.Tapped for better accessibility, centralize box styling, unregister Suspending handlers when not the active page
* MultipleViews: C++/WinRT forgot to check for AnimationDescription support before using
* WindowsAudioSession: Fix UAF bug and broken settings links
* DeviceEnumerationAndPairing: Delete unused files
* New C++/WinRT samples: BasicFaceTracking, LockScreenApps, OCR, PdfDocument, Simply3DGameDX, UserInteractionMode
* Archived: BasicFaceTracking C++/CX and VB.NET