slmultiwindow 1.0.11

dotnet add package slmultiwindow --version 1.0.11
                    
NuGet\Install-Package slmultiwindow -Version 1.0.11
                    
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="slmultiwindow" Version="1.0.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="slmultiwindow" Version="1.0.11" />
                    
Directory.Packages.props
<PackageReference Include="slmultiwindow" />
                    
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 slmultiwindow --version 1.0.11
                    
#r "nuget: slmultiwindow, 1.0.11"
                    
#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=slmultiwindow&version=1.0.11
                    
Install slmultiwindow as a Cake Addin
#tool nuget:?package=slmultiwindow&version=1.0.11
                    
Install slmultiwindow as a Cake Tool

Silverlight 5 Multi-Window Controls

Product Compatible and additional computed target framework versions.
Silverlight sl5 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.11 227 8/28/2012
1.0.9 45 7/30/2012
1.0.1 49 6/1/2012
1.0.0 47 3/3/2012

Stable release with multi-window aware ChildWindow and ContextMenu controls. ContextMenuWindow control has the behaviour of a native context menu. New Modal Window support provided via ShowModal extension method on Window. New native popup window support via PopupWindow class.