WPtoolkit 4.2013.6.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package WPtoolkit --version 4.2013.6.11
NuGet\Install-Package WPtoolkit -Version 4.2013.6.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="WPtoolkit" Version="4.2013.6.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WPtoolkit --version 4.2013.6.11
#r "nuget: WPtoolkit, 4.2013.6.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.
// Install WPtoolkit as a Cake Addin
#addin nuget:?package=WPtoolkit&version=4.2013.6.11

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

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.
Silverlight sl3-wp is compatible.  sl4-wp71 is compatible. 
Windows Phone wp8 is compatible.  wp81 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 (29)

Showing the top 5 NuGet packages that depend on WPtoolkit:

Package Downloads
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.

ScottIsAFool.WindowsPhone

This is a custom library used by Scott Lovegrove in his Windows Phone apps.

Nx.UI

Nx.UI Library for cross-platform application developement

Vermeil

Simple Windows Phone 8 MVVM toolkit

S4S

S4S is a SDK that will allow you to create custom controls for your application enabling accessibility on them. This includes resizing the controls and their fontsize or enabling scroll helpers to remove the swipe motion.

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 485,044 8/15/2013
4.2013.6.11 64,985 6/11/2013
4.2012.10.30 68,854 10/30/2012

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

What's New

Localization Update

WPToolkit controls are now completely localized to support all the cultures that are natively supported by Windows Phone 8.0. This was done with the help of the Multilingual App Toolkit for Visual Studio 2012.

The following localizations are available:

Windows Phone 8.0
ar-SA;az-Latn-AZ;be-BY;bg-BG;ca-ES;cs-CZ;da-DK;de-DE;el-GR;en-GB;en-US;es-ES;es-MX;et-EE;fa-IR;fi-FI;fil-PH;fr-FR;fr-CA;he-IL;hi-IN;hr-HR;hu-HU;id-ID;it-IT;ja-JP;kk-KZ;ko-KR;lt-LT;lv-LV;mk-MK;ms-MY;nb-NO;nl-NL;pl-PL;pt-BR;pt-PT;ro-RO;ru-RU;sk-SK;sl-SI;sq-AL;sr-Latn-CS;sv-SE;th-TH;tr-TR;uk-UA;uz-Latn-UZ;vi-VN;zh-CN;zh-TW;

Windows Phone 7.5
Same as before but with a some changes in the names of the cultures supported
cs-cz;da-dk;de-de;el-gr;en-US;en-gb;es-es;fi-FI;fr-fr;hu-HU;it-IT;ja-JP;ko-KR;nb-NO;nl-NL;pl-PL;pt-BR;pt-PT;ru-RU;sv-SE;zh-CN;zh-TW

The specific changes for WP75 are:
cs -> cs-cz
el -> el-GR
da -> da-DK
fi -> fi-FI
hu -> hu-HU
ja -> ja-JP
ko -> ko-KR
pl -> pl-PL
ru -> ru-RU

Gesture Listener Sample
The gesture listener sample has been updated show how Windows Phone 8.0 apps can avoid a dependency on the XNA assemblies.

SpeechTextbox
A new sample control which shows how to create a speech-enabled TextBox by extending the PhoneTextbox to use speech recognition on WP8.

Bug Fixes
As always there are some great bugs fixes in this release.

Top five bug fixes
10602 HubTile disappears when region is not en-us
10575 Navigation from CustomMessageBox Dismissed event causes NullReferenceException
10572 SlideInEffect & TurnstileFeatherEffect not working for LongListSelector in WP8 Toolkit
10582 System.Tuple conflicts with Microsoft.Bcl nuget package
10583 Localized resources not being included in NuGet package

Samples
There is a full featured sample application that is checked in that shows the usage of all the Windows Phone Toolkit controls. It's highly recommended that you download the latest source and run the sample app to find examples of using the controls.