Prevent GH 7 library from loading in Rhino 6

Hi! I’m building a GH library intended for Rhino 7. Of course, when I open Rhino 6, it complains that the library was built against a newer version. Is there a way to prevent Rhino 6 from loading a library intended for Rhino 7? I’ve tried:

  • Add a .no6 file next to the gha: Not loaded in either 6 or 7.
  • Put the gha in 7/Libraries: Not loaded in either 6 or 7.

Thanks!

I guess the *.no6 shouldn’t work on R7. I’ll see about making that mechanic version aware.

Awesome, thank you!