QKit 0.4.1

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

// Install QKit as a Cake Tool
#tool nuget:?package=QKit&version=0.4.1

Various WinRT component for Windows Phone including a properly styled JumpList, a ListPlaceholder control for empty lists, a dedicated MultiSelectListView, and an InputPane aware panel.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.1 2,786 9/7/2014
0.4.0 1,110 8/28/2014
0.3.3 1,110 8/23/2014
0.3.1 1,094 8/10/2014
0.1.2 1,023 7/18/2014

Bug Fixes
-Changed EdgeSelectButton to derive from Button instead of ButtonBase.
-JumpList pickers now support theme changes during runtime. No need to restart app anymore.
-Improved Light theme colors to better match OS for JumpListPickers.
-Simplified GenericJumpList picker items for performance increases.
-Renamed incorrectly named JumpListItemBackgroundBrush to JumpListGroupHeaderBackgroundBrush and JumpListItemTextForegroundBrush to JumpListGroupHeaderTextForegroundBrush