Cannot upload .ccx plugin file

Hello.

I am currently working on a Script plug-in for Photoshop.

I want to upload a *.ccx file on the developer site, but I get the following message and the upload fails.
https://developer.adobe.com/distribute/listings/


There were errors with the Plugin file object

Please use the “a.b” format for host.minVersion and host.maxVersion. Note that we are working on supporting “a.b.c” in upcoming releases.

Please use the “a.b” format for host.minVersion and host.maxVersion. Note that we are working on supporting “a.b.c” in upcoming releases.

Do I need to do anything additional besides listing the host version in the manifest file?

スクリーンショット 2023-04-05 154833

But the message is very clear and it explains what’s the issue. Did you try to change host min and max versions from a.b.c format to a.b? In your case 23.3.0 and 24.3.0 to 23.3. and 24.3 respectively

1 Like

@Karmalakas

Thank you for your frequent advice.

23.3.0 → 23.3
24.3.0 → 24.3

and it was OK.

I did not understand correctly the a.b and a.b.c formats.
Thanks for telling me.