AppBarUtils 2.0.1

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

// Install AppBarUtils as a Cake Tool
#tool nuget:?package=AppBarUtils&version=2.0.1

AppBarUtils provides out-of-box application bar behaviors/triggers/actions for Windows Phone SDK 7.1 or higher.

Product Compatible and additional computed target framework versions.
.NET Framework net 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
2.5.1 3,957 12/4/2014
2.5.0 2,080 9/23/2014
2.4.0 10,035 6/9/2013
2.3.0 1,733 5/26/2013
2.2.0 3,005 11/16/2012
2.1.0 1,626 9/25/2012
2.0.1 1,513 9/16/2012
2.0.0 1,496 9/15/2012
1.4.0 1,982 5/6/2012
1.3.0 1,542 4/21/2012
1.2.0 1,587 3/18/2012
1.1.0 1,735 12/22/2011

Many of you have been asking for dynamic app bar. Today I'm happy to announce you've got what you want. With this release, you can easily define multiple app bars within a pivot/pano page where different pivot/pano item shows different app bar.

For navigation actions, please try the recently released WPUtils which also contains many other useful behaviors, such as ChoosePhotoBehavior and PinToStartAction, and so on.

NOTE: This is actually 2.0. I have to set the version to 2.0.1 because NuGet doesn't allow me to overwrite the existing beta version, nor allow me to delete it!!