Where to Set Plugin Publisher and other Infor for Plugin?

In the plugin manager, right clicking a plugin and choosing properties brings up some info such as plugin publisher. Where can this information be set in visual studios?

thanks,
Sam

Look for the AssemblyInfo.cs file. A template is found here with all fields available. https://github.com/mcneel/RhinoCommonTemplatePackage/blob/master/CSProjectTemplate/AssemblyInfo.cs

Got it, thanks