Currently I am doing some development with PCF for a canvas app. I am creating my component and then build and create package with msbuild commands and uploaded the generated solution *.zip folder the solutions in Power Apps.
But when I want to change or update my PCF component, I also change the version(1.1) in control manifest .xml file. And re-build solution but when try to upload it, the portal says that there is already a 1.0 version and does not see my updated version. When I check the *.zip package, the solution version is still 1.0 not 1.1.
So how to update PCF control?