AppBarUtils 2.5.1

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

AppBarUtils provides out-of-box app bar behaviors/triggers/actions for Windows Phone SDK 8.0. They enable you to do command binding (also binding for other properties) for app bar buttons/menu items, make use of the built-in Blend SDK and 3rd party behaviors, and dynamically show different app bars for different pano/pivot items or based on different page states.

Product Compatible and additional computed target framework versions.
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

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
2.5.1 4,139 12/4/2014
2.5.0 2,226 9/23/2014
2.4.0 10,194 6/9/2013
2.3.0 1,872 5/26/2013
2.2.0 3,161 11/16/2012
2.1.0 1,782 9/25/2012
2.0.1 1,669 9/16/2012
2.0.0 1,653 9/15/2012
1.4.0 2,135 5/6/2012
1.3.0 1,694 4/21/2012
1.2.0 1,743 3/18/2012
1.1.0 1,894 12/22/2011

Fix two issues, one for the IsEnabled for a checked command, the other for the IsCheck state. Thanks @frostieDE for the contribution! See the demo code from GitHub for how to use this new feature.

Note: Windows Phone SDK 7.x is no longer supported from this release on.