mono / mono-addins

Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.
MIT License
163 stars 94 forks source link

Fix condition loading issue #20

Closed slluis closed 9 years ago

slluis commented 9 years ago

When evaluating a condition, ensure that the add-in that implements that condition is loaded.

This change requires some new information to be stored in the add-in database, so the db version number has been bumped.