StoreClient 0.2.0-beta
See the version list below for details.
dotnet add package StoreClient --version 0.2.0-beta
NuGet\Install-Package StoreClient -Version 0.2.0-beta
<PackageReference Include="StoreClient" Version="0.2.0-beta" />
paket add StoreClient --version 0.2.0-beta
#r "nuget: StoreClient, 0.2.0-beta"
// Install StoreClient as a Cake Addin #addin nuget:?package=StoreClient&version=0.2.0-beta&prerelease // Install StoreClient as a Cake Tool #tool nuget:?package=StoreClient&version=0.2.0-beta&prerelease
A PCL library to help you access the Windows Phone Store data (both music and apps)
Learn more about Target Frameworks and .NET Standard.
-
- HttpClient.Compression (>= 1.0.0-beta4)
- Microsoft.Bcl (>= 1.0.16-rc)
- Microsoft.Bcl.Async (>= 1.0.14-rc)
- Microsoft.Bcl.Build (>= 1.0.0-rc)
- Microsoft.Net.Http (>= 2.1.3-beta)
- Zlib.Portable (>= 1.9.2)
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 | 2,031 | 1/15/2014 |
0.3.2 | 1,453 | 12/18/2013 |
0.3.1 | 1,864 | 7/18/2013 |
0.3.1-beta | 2,060 | 6/29/2013 |
0.3.0-beta | 1,578 | 6/29/2013 |
0.2.4-beta | 1,381 | 5/26/2013 |
0.2.3.1-beta | 1,404 | 5/26/2013 |
0.2.3-beta | 1,387 | 5/9/2013 |
0.2.2-beta | 1,407 | 3/12/2013 |
0.2.1-beta | 1,451 | 3/4/2013 |
0.2.0-beta | 1,418 | 2/28/2013 |
0.1.1-beta | 1,318 | 2/27/2013 |
0.2.0.0
Added the following methods:
- GetAppsListAsync lets you get a list of apps with different criteria (like, new apps, apps by category etc)
- GetAppCategoriesAsync gets the list of all the app categories
- GetMusicGenresAsync gets the list of all music genres
- GetAlbumsByGenreAsync gets the list of albums for a genre
- GetArtistsByGenreAsync gets the list of artists for a genre
- GetTracksByGenreAsync gets the list of tracks for a genre based on sort criteria