sachintaMSFT
sachintaMSFT
Don't install x64 framework package on Windows 10 ARM64 devices. Win 10 ARM64 doesn't support x64 apps. Tested IsWindows10_21H2OrGreater API on Windows 10 and Windows 11 and works as expected....
Deployment Manager Spec update to add the new Repair API for 1.3 release. Hence, incrementing the DeploymentContract to version 4.
## Description Add Repair API to Deployment Manager Sample for 1.3 release. **TODO BEFORE COMPLETING THE PR** 1. When WindowsAppSDK version 1.3 releases, update this Sample to use 1.3 WinAppSDK...
Package Kozani artifacts in MSIX and Nuget packages. Along with aggregator pipeline change in PR, this change will ensure Kozani binaries are packed into Framework and Singleton packages, appropriately.
1. Add DeploymentRepairOptions to Repair API 2. Update GetStatus to also verify PackageStatus when the WinAppSDK Main and Singleton packages are installed and return PackageRepairRequired if status is not ok...