Changes
/* Interface: IUbikInjectionMetaData */
! Name !! Type !! Description
|-
| Name|| string {{MSDN/String}} || Name of the plugin (for UI Presentation)
|-
| Description|| string {{MSDN/String}} || Name of the plugin (for UI Presentation)
|-
| Version|| int {{MSDN/Int32}} || Version of the plugin. As there are more plugins with the same ID, only the plugin with the highest Version is available.
|-
| TargetApplication|| PluginTargetApplication|| Possibility to limit the plugin for a single type of application.
|-
| MinimumKernelVersion|| string{{MSDN/String}} || Minimum required Kernel version: Format x.x.x.x
|-
| MinimumDatabaseVersion|| string{{MSDN/String}} || Minimum required Database version: Format x.x.x.x
|-
| Company|| string{{MSDN/String}} || Information about the Company (for UI Presentation)
|-
| Copyright|| string{{MSDN/String}} || Copyright Information (for UI Presentation)
|-
|}