A Microsoft platform for building and publishing apps for Windows devices.
In the AppxManifest.xml file, I incremented the Identity Version from "5.0.0.0" to "5.0.0.1", and then the system recognized the new installation as an "update" and replaced the old build (rather than create a different app), even though it would not let me explicitly uninstall it previously.
Moreover, I can now once again explicitly uninstall and reinstall without incrementing the version -- as I could before -- even though I made no other change to the manifest file, and it was supposedly a manifest-file error that originally prevented me from uninstalling the old build.