Can the PackageVersions element of the metadata be automatically updated
I’m working on an application that consists of a base package and an extension package. Every time I update the base package in the development environment, I have to change the <packageVersions>
element in the metadata of some of the classes in the extension, so they use the latest version. Is it possible to specify that a class always uses the latest version of a package?