HBD.Mef
1.0.3
See the version list below for details.
dotnet add package HBD.Mef --version 1.0.3
NuGet\Install-Package HBD.Mef -Version 1.0.3
<PackageReference Include="HBD.Mef" Version="1.0.3" />
paket add HBD.Mef --version 1.0.3
#r "nuget: HBD.Mef, 1.0.3"
// Install HBD.Mef as a Cake Addin #addin nuget:?package=HBD.Mef&version=1.0.3 // Install HBD.Mef as a Cake Tool #tool nuget:?package=HBD.Mef&version=1.0.3
The custom Mef Bootstrapper that compatible with WPF, WinForms and Console app.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- HBD.Framework (>= 1.0.5)
- log4net (>= 2.0.7)
- Prism.Wpf (>= 6.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on HBD.Mef:
Package | Downloads |
---|---|
HBD.WinForms.Shell
The Shell Winforms Application that provides a core-foundation to develop a Module-able application. |
|
HBD.App.Shell
The Shell Console Application that provides a core-foundation to develop a Module-able batch job application. |
|
HBD.WPF.Shell
The WPF core-foundation to develop a Module-able, Pluginable application. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.0.0 | 1,179 | 8/13/2017 | |
2.0.0-preview5 | 839 | 7/16/2017 | |
2.0.0-preview4 | 856 | 7/16/2017 | |
2.0.0-preview3 | 827 | 7/12/2017 | |
2.0.0-preview2 | 852 | 7/5/2017 | |
2.0.0-preview1 | 851 | 6/24/2017 | |
1.0.7 | 1,131 | 6/2/2017 | |
1.0.6 | 1,024 | 4/3/2017 | |
1.0.5 | 1,125 | 4/2/2017 | |
1.0.4 | 1,017 | 3/18/2017 | |
1.0.3 | 1,117 | 3/4/2017 | |
1.0.2 | 1,213 | 11/9/2016 | |
1.0.1 | 1,206 | 11/7/2016 | |
1.0.0 | 1,229 | 11/6/2016 |
- Add IMainMenuService and MainMenuService
- Add new Shells name-space that support to develops the shell application for WinForms and WPF
- Add SaveChanges and UndoChanges for Single Module.
- Add Trace2File for Logging libraries.
- Add ShellConfigManager class and IShellConfigManager.
- Move HBD.Mef.WinForms to separate project.