HBD.Mef.Mvc 1.1.3.1

dotnet add package HBD.Mef.Mvc --version 1.1.3.1
NuGet\Install-Package HBD.Mef.Mvc -Version 1.1.3.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="HBD.Mef.Mvc" Version="1.1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HBD.Mef.Mvc --version 1.1.3.1
#r "nuget: HBD.Mef.Mvc, 1.1.3.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 HBD.Mef.Mvc as a Cake Addin
#addin nuget:?package=HBD.Mef.Mvc&version=1.1.3.1

// Install HBD.Mef.Mvc as a Cake Tool
#tool nuget:?package=HBD.Mef.Mvc&version=1.1.3.1

The Mef (Dependence injection) for Mvc5 and Mvc6.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on HBD.Mef.Mvc:

Package Downloads
HBD.Mef.Mvc.Bootstrapper

The Bootstrapper class template for HBD.Mef.Mvc When installed a new class named "Bootstrapper.cs" will be added in App_Start folder.

HBD.Mef.Mvc.ModuleRegister

The Area registration class template for HBD.Mef.Mvc When installed a new class named "ModuleRegister.cs" will be added. You should rename this class and update the Module name according to your module.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.3.1 1,732 4/1/2018
1.1.3 1,510 4/1/2018
1.1.2 1,435 1/2/2018
1.1.1 1,267 10/23/2017
1.1.0 1,391 8/26/2017
1.0.5 1,401 5/20/2017
1.0.4 1,315 5/17/2017
1.0.3 1,325 5/14/2017
1.0.2 1,479 5/7/2017
1.0.1 1,347 5/1/2017
1.0.0 1,385 4/27/2017

Version 1.1.3.1
     - Update to latest nuget packages.

     Version 1.1.1
     - Add default Router for MefAreaRegistration.
     - Support registering and rendering the bundles for particular page.
     - Add naming bundle for Area that can be in the Page level
     
     Version 1.1.0
     - Using the HBD.Mef.Logging instead.
     - Separate the Navigation to HBD.Shell.Navigation project that provides the flexibility to custom the Navigation for the Workspace.
     - Update to the HBD.Framework 2.0.0
     - Update to the HBD.Mef.Logging 2.0.0
     - Say good by CommonServiceLocator and welcome on-board HBD.ServiceLocator 1.0.0
     - Support .Net framework 4.5.2 onward.

     Version 1.0.5
     - Allow to log the debug info in Log4NetLogger by add the key 'HBD.Logging.AllowDebugLog' to the AppSettings.
     - Apply the logic to throw an HttpResponseException if there is no controller found for an Area in MefApiHttpControllerSelector.

     Version 1.0.4
     - Hotfix the ConsolidateSeparetorInfo method of NavigationServiceFactory.
     - Upgrade to HBD.Framework 1.0.10
     - Fix the dependency packages.

     Version 1.0.3
     - Support Web Api.
     - Support to merge the configuration from either the configuration is placed in Areas\[ModuleName]\Web.config or in bin\[ModuleName].config.
     - Improve the Controllers Exporting and Importing. So no need to marks the Controllers with [Export] and [PartCreationPolicy(CreationPolicy.NonShared)] attributes anymore.

     Version 1.0.2
     - Hotfix IsActivated of NavigationInfo.

     Version 1.0.1
     - Add Roles filtering for NavigationIndo.

     Version 1.0.0
     - Build the Bootstrapper for Mvc.
     - Add Main Menu Navigation Service.
     - Support FontAwesome and Glyphicon Icons for Navigation services.
     - Footer Navigation service.
     - Area Bundle resource rendering.
     - Log4Net logging service.