When I modify my model's current version (via powershell or axutil) the value shown in the "Installed models" form flips back to the original value. I've tried setting the version -> Restart AOS with no luck.
CMDs I've tried:
AxUtil.exe edit /model:MyModel /manifest:Version=1.2.3.4
as well as
Edit-AXModelManifest -Model MyModel -ManifestProperty "Version=1.2.3.4"
If I run either of those commands and then follow with the corresponding "get" for the same property/modelmanifest I can see that the value has been updated in the ModelStore. If I then launch the ax client and open the "Models installed" form then the value flips back to the original value. This occurs even if the aos has been restarted.
*This post is locked for comments