1.1.0
New features:
#1 Add support for appsettings.json
It's now possible to configure assembly and folder catalogs using appsettings.json. Sample is available in https://github.com/weikio/PluginFramework/tree/master/samples/WebAppWithAppSettings
#20 Get plugins by tag
The tagging functionality has been improved. All the catalogs support tags and its possible to set global tagging rule. The idea with tags is that one can use tags to group and find plugins. A sample is available in https://github.com/weikio/PluginFramework/tree/master/samples/WinFormsApp
Bug fixes:
#33 Plugin catalogs sometimes fail to initialize before the request starts in ASP.NET Core
The ASP.NET Core application sometimes started accepting requests before the plugin catalogs were initialized. This was most seen with the Nuget catalog.