All MindFusion components for WinForms, WPF and Silverlight are now available as NuGet packages. The following table lists the NuGet IDs of the individual products:
The complete list of MindFusion products on NuGet can be found here: https://www.nuget.org/profiles/MindFusion.
The NuGet manager is available for Visual Studio 2010, Visual Studio 2012, and Visual Studio 2013 and can be downloaded from here: https://www.nuget.org/.
To install a package, run the following command in the Package Manager Console (accessible from the Visual Studio menu: Tools → NuGet Package Manager → Package Manager Console):
PM> Install-Package
Where <id> is the NuGet ID of the package. For example, to install MindFusion.Diagramming for WinForms, use:
PM> Install-Package MindFusion.Diagramming
Enjoy!