diff --git a/content/en/docs/refguide/modeling/app-explorer/modules/module-settings.md b/content/en/docs/refguide/modeling/app-explorer/modules/module-settings.md index 008347dca2d..1f7540d368b 100644 --- a/content/en/docs/refguide/modeling/app-explorer/modules/module-settings.md +++ b/content/en/docs/refguide/modeling/app-explorer/modules/module-settings.md @@ -150,12 +150,17 @@ When you export a module package (a *.mpk* file), Studio Pro adds a `manifest.js * The module ID and module name * The module version * The checksum of the package +* A version GUID – a unique identifier for this build of the package, generated from its checksum +* The module type (`source`, `add-on`, or `solution`) +* The content types included in the package (for example, `extension` or `ai-skill`), if applicable * The Mendix metamodel version used to create the package * The list of files included in the package {{% alert type="info" %}} The legacy `package.xml` metadata file is not mentioned in `manifest.json` but is still included in the package for backward compatibility. -{{% /alert %}} +{{% /alert %}} + +If you try to import a module package that was created with a newer version of Studio Pro than the one you are using, Studio Pro shows an error and cancels the import. Upgrade to a compatible version of Studio Pro before importing the package. ### Location {#location}