Yak Guid Change or keep the same

Hi,

I would like to ask if I need to change each time guid for yak package once a plugin is updated?
Or it is enough to change version id?

You should never change the Guid of your plug-in for each update. Only change the version.

2 Likes

The GUID is only used to make it easier for Grasshopper to search for the correct package when attempting to install missing plug-ins. In newer versions of Yak the GUID is no longer added to the manifest.yml by the spec command, instead it’s injected into the package automatically when you run the build command.

2 Likes