WinFormsMVP.Core 1.0.2008.2017

dotnet add package WinFormsMVP.Core --version 1.0.2008.2017
                    
NuGet\Install-Package WinFormsMVP.Core -Version 1.0.2008.2017
                    
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="WinFormsMVP.Core" Version="1.0.2008.2017" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WinFormsMVP.Core" Version="1.0.2008.2017" />
                    
Directory.Packages.props
<PackageReference Include="WinFormsMVP.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WinFormsMVP.Core --version 1.0.2008.2017
                    
#r "nuget: WinFormsMVP.Core, 1.0.2008.2017"
                    
#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.
#addin nuget:?package=WinFormsMVP.Core&version=1.0.2008.2017
                    
Install WinFormsMVP.Core as a Cake Addin
#tool nuget:?package=WinFormsMVP.Core&version=1.0.2008.2017
                    
Install WinFormsMVP.Core as a Cake Tool

Based on the excellent Web Forms MVP, WinForms MVP is a simple Model View Presenter framework for the Winforms platform.

This is the core framework itself. Dependency Injection support is available as separate Nuget packages.

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

Showing the top 4 NuGet packages that depend on WinFormsMVP.Core:

Package Downloads
WinFormsMVP.Unity

Adds Unity support for WinFormsMVP.

WinFormsMvp.StructureMap

Adds StructureMap support for WinFormsMVP.

WinFormsMVP.Ninject

Adds Ninject support for WinFormsMVP.

WinFormsMVP.SimpleInjector

Adds SimpleInjector support for WinFormsMVP.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2008.2017 6,411 8/10/2017
1.0.1808.2017 1,536 8/7/2017
1.0.1410.2014 4,258 10/17/2015

Removal of signing key. This is no longer a signed assembly. WinformsMVP had to cease signing its assembly because the IOC libraries ceased signing theirs.