Skip to content

1.3.0

Choose a tag to compare

@mikoskinen mikoskinen released this 19 May 18:13
· 14 commits to master since this release

New features:

Removed MinVer from published packages

MinVer is now declared as a PrivateAsset. This means that MinVer should not be visible when using the published version of Plugin Framework.

Updated NugetDownloader

NugetDownloader dependency has been moved from 1.0.0 to 1.1.0. The 1.0.0 used unofficial .NET Standard version of the Nuget PackageManagement library. In 1.1.0 this has been replaced with official and more up-to-date version.

Allow to use system feeds in addition to the specified feed in Nuget Package Catalog

It's possible to provide the feedurl when using Nuget Package Catalog. Now it is also possible to use the system feeds in addition to the specified feedurl.

This can be configured using the NugetPluginCatalogOptions.IncludeSystemFeedsAsSecondary.

Bug fixes:

FolderPluginCatalog now removes duplicate dlls in addition to duplicate paths

Previously it was possible to have a situation where a same dll was used in FolderPluginCatalogs assembly scanning, but from different locations. Now, the duplicate dlls are removed based on the file name in addition to removing the duplicate paths.

Logging fixes

Fixed an issue where PluginAssemblyLoadContext didn't log messages correctly.