WP7AppLifecycleService 1.1.0

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

// Install WP7AppLifecycleService as a Cake Tool
#tool nuget:?package=WP7AppLifecycleService&version=1.1.0

WP7AppLifeCycleService helps WP7 applications manage tombstoning easily by doing the heavy work and with SoC (Separation of Concerns) in mind. Tombstoning becomes a piece of cake.

Product Compatible and additional computed target framework versions.
Silverlight sl4-wp 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
1.1.0 2,140 2/7/2012

In addition to defining interfaces IApplicationStateHandler and IPageStateHandler (from version 1.0), version 1.1 of the library adds a new interface IPhoneLockedHandler dealing with obscured/unobscured events following the same design principles as the rest of the library.