Restored the MSIX package identity to Microsoft.FoundryLocal. The previous release used a different identity (Microsoft.FoundryLocalCLI), which Windows treated as a separate app. Installing side-by-side instead of upgrading. With the identity restored, winget upgrade and in-place MSIX upgrades now work correctly for users on earlier versions.
Note: If you installed a prior 0.10.x build, uninstall it first to avoid a duplicate side-by-side install:
Get-AppxPackage FoundryLocalCLI | Remove-AppxPackage