PluginMvc.Framework 0.4.1

dotnet add package PluginMvc.Framework --version 0.4.1
NuGet\Install-Package PluginMvc.Framework -Version 0.4.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PluginMvc.Framework" Version="0.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PluginMvc.Framework --version 0.4.1
#r "nuget: PluginMvc.Framework, 0.4.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PluginMvc.Framework as a Cake Addin
#addin nuget:?package=PluginMvc.Framework&version=0.4.1

// Install PluginMvc.Framework as a Cake Tool
#tool nuget:?package=PluginMvc.Framework&version=0.4.1

PluginMvcWeb 目前本组件只支持mvc4

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.1 1,763 11/24/2014
0.2.0 1,533 11/12/2014
0.1.0 3,448 10/31/2014

- 2014-11-24 删除PluginBase,所有插件都要求直接继承IPlugin
     - 2014-11-24 删除接口IPlugin.DependentAssembly
     - 2014-11-23 可在Description.txt指定需要复制的插件依赖dll文件,如FileName: Admin.dll,Plugin.Contents.Models.dll
     - 2014-11-23 增加与nopcommerce一致的插件描述文件的Description.txt与插件安装记录文件InstalledPlugins.txt
     - 2014-11-19 添加依赖项目接口 IPlugin.DependentAssembly