StoreClient 0.2.1-beta

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

// Install StoreClient as a Cake Tool
#tool nuget:?package=StoreClient&version=0.2.1-beta&prerelease

A PCL library to help you access the Windows Phone Store data (both music and apps)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
0.3.2.1 1,917 1/15/2014
0.3.2 1,419 12/18/2013
0.3.1 1,787 7/18/2013
0.3.1-beta 1,857 6/29/2013
0.3.0-beta 1,521 6/29/2013
0.2.4-beta 1,337 5/26/2013
0.2.3.1-beta 1,342 5/26/2013
0.2.3-beta 1,321 5/9/2013
0.2.2-beta 1,350 3/12/2013
0.2.1-beta 1,363 3/4/2013
0.2.0-beta 1,343 2/28/2013
0.1.1-beta 1,267 2/27/2013

0.2.1.0:
- Added the IStoreApiClient interface to allow developers to more easily create design time data when using something like MVVM Light.