I have a library without annotation (uses(Modelica(version="X.Y.Z")));
in the top level package.mo file. Can I manually execute the conversion script to update my library? And where is it located? I am using Dymola.
Conversion scripts are usually located in the Resources folder of a library.
E.g. for the MSL 3.2.3 shipped wit Dymola 2020x, you can find them here:
C:\Program Files\Dymola 2020x\Modelica\Library\Modelica 3.2.3\Resources\Scripts\Dymola
To manually apply a conversion:
RunScript("path/to/conversion.mos")