PushIO.PushIOManager 2.9.5

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

PushIOManager makes it simple receive push notifications like toasts and live tiles on Windows Phone devices sent via the Push IO service.

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.9.5 182 2/27/2014
2.9.4 50 2/20/2014
2.9.3 63 8/20/2013
2.9.2 54 8/16/2013
2.9.1 55 8/13/2013
2.9.0 52 8/13/2013
2.8.2 49 7/5/2013
2.8.1 48 7/5/2013
2.7.0 48 3/13/2013
2.6.0 48 3/8/2013
2.5.0 50 1/29/2013
2.4.0 48 10/30/2012
2.3.0 49 9/5/2012
2.1.0 50 8/29/2012
2.0.0 50 8/24/2012

Added additional protection when reading from Isolated Storage. Exposed the object we use when locking for isolated storage reads/writes.