Is there any way to add rhino 8 to a package without updating the package version?
on RhinoDev website, it states we can push the same version if they target different Rhino versions
Currently, if you publish a package with a
rh6*
distribution tag, it will not be installable for Rhino 7. If your plug-in also works in Rhino 7, please mark it as compatible by copying the .yak file, updating the distribution tag part of the filename (i.e.rh6_18
rh7_0
) and pushing both to the package server.