mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-19 01:57:29 +08:00

We want to keep it this way so people can still make plugins work for older versions of Cura, like 3.6, where the 'api' field with just a single major version, instead of the 'supported_sdk_versions', which can be either a version-string like '7.6.0' or a list of version strings.
9 lines
232 B
JSON
9 lines
232 B
JSON
{
|
|
"name": "Legacy Cura Profile Reader",
|
|
"author": "Ultimaker B.V.",
|
|
"version": "1.0.1",
|
|
"description": "Provides support for importing profiles from legacy Cura versions.",
|
|
"api": 7,
|
|
"i18n-catalog": "cura"
|
|
}
|