WPtoolkit 4.2013.8.16

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

// Install WPtoolkit as a Cake Tool
#tool nuget:?package=WPtoolkit&version=4.2013.8.16                

Windows Phone toolkit provides a collection of controls, extension methods and page animations to help create beautiful and consistent Windows Phone user interfaces and make common progamming tasks easier. Documentation and source are on CodePlex at https://phone.codeplex.com/.

Product Compatible and additional computed target framework versions.
Windows Phone wp is compatible.  wp7 was computed.  wp71 is compatible.  wp75 was computed.  wp8 is compatible.  wp81 was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on WPtoolkit:

Package Downloads
Xamarin.Forms

Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase

MyToolkit.Extended

MyToolkit is a set of .NET libraries containing lots of useful classes for various .NET platforms like WinRT, Windows Phone, WPF and Silverlight.

GitHub repositories (28)

Showing the top 5 popular GitHub repositories that depend on WPtoolkit:

Repository Stars
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
jamesmontemagno/MediaPlugin
Take & Pick Photos and Video Plugin for Xamarin and Windows
xamarin/Xamarin.Auth
Xamarin.Auth
JoeMayo/LinqToTwitter
LINQ Provider for the Twitter API (C# Twitter Library)
conceptdev/xamarin-forms-samples
Samples that use Xamarin.Forms (http://xamarin.com/forms)
Version Downloads Last updated
4.2013.8.16 249,858 8/15/2013
4.2013.6.11 30,290 6/11/2013
4.2012.10.30 45,748 10/30/2012

Release notes - https://phone.codeplex.com/releases/view/107923

What's NewAs part of the Windows Phone Toolkit - August 2013 update we added a TransferControl to the set of XAML controls. You can use this control to more easily create a UI that shows the progress of a background transfer – either an upload or a download. The control also gives the app user the option to cancel a background transfer while it is in progress. Feel free to go straight to the source code and sample in the WPToolkit, look for TransferControl sample on the main page at runtime.