Plugin Metadata

Plugin management is performed via a series of assembly attributes which are embedded in the assembly manifest of the iCDR plugins. The following attributes are to be used for identifying plugin metadata:

The AssemblyVersion, AssemblyInformationalVersion, AssemblyDescription and AssemblyCopyright attributes are automatically generated for .NET Standard projects, therefore if your plugin is targeting the shared infrastructure, you do not need to manually edit these attributes. For .NET Framework 4.7 projects, these attributes can be found in the Properties\AssemblyInfo.cs file.

Last updated