Innofactor/PluginRegistration

Exception when Updating Step to new version of plugin

BetimBeja opened this issue · 1 comments

When you register a plugin assembly with a higher minor version you have to update (move) the steps from the old version of the plugin to the new version of the plugin.
When you go to update step and choose the new version of the plugin you get the following error:
image
After refreshing the tool the step is correctly updated to the correct plugin version.

Also, it would be nice to show the assembly version like (Plugin v1.0.0.0) Plugin Name and (Plugin v1.1.0.0) Plugin Name when there are two versions of the same plugin registered in the system because currently, you need to guess the correct plugin as you see the same plugin twice:
image

I forgot to mention that Microsoft's Plugin Registration only shows plugins in the same assembly:
image