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

Tweak add-in loading logic #102

Closed slluis closed 6 years ago

slluis commented 6 years ago

If the same addin with same version exists in the app folder and in the user's addins folder, always load the one in the user's folder. This will make it easier to test add-ins running on apps that bundle the same version of the add-in.