Hello,
I have a plugin with two slightly different versions.
One version for Rhino 6.
and
One version for Rhino 7.
I have to compile different versions because some virtual methods have been changed for Rhino 7.
(for example protected override void ObjectPropertiesPages(List pages) )
That is ok.
But the problem:
1.) User installs the Rhino 6 version for Rhino 6.
2.) After that he/she opens Rhino 7
3.) Rhino 7 automatically searches for Rhino 6 plugins, finds the plugin and installs it.
But it shouldn’t because it doesn’t work 100% with Rhino 7.
How should I set-up my build project or distribute the plugin so that Rhino 6 and Rhino 7 both could use the appropriate version?
Thanks,
Márton
3 posts - 2 participants