AssemblyInfo generator class for Rhino

Hi @stevebaer,

I see when compiling ghpy plugins the AssemblyInfo class derives from the class GhPython.Assemblies.PythonAssemblyInfo

How feasible would it be to create similar class for compiling Rhino Plugins as well?

Or perhaps it already exists?

Thanks in advance.

What are you trying to achieve? The PythonAssemblyInfo class is probably very specific to GhPython components.

Ultimately to create Rhino Plugin only with IronPython, compiled to dll.

I created several threads trying to understand the process.

I’m just stubborn like that. :stuck_out_tongue_winking_eye:

If there’s no way at least I need to know why.
But to conclude it is not possible I must try and AssemblyInfo seems to play an important role with Rhino/GH plugins.