XMSWrapperPCL 1.6.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package XMSWrapperPCL --version 1.6.1
NuGet\Install-Package XMSWrapperPCL -Version 1.6.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="XMSWrapperPCL" Version="1.6.1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XMSWrapperPCL --version 1.6.1
#r "nuget: XMSWrapperPCL, 1.6.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 XMSWrapperPCL as a Cake Addin
#addin nuget:?package=XMSWrapperPCL&version=1.6.1

// Install XMSWrapperPCL as a Cake Tool
#tool nuget:?package=XMSWrapperPCL&version=1.6.1

This wrapper allows you to query the Xbox Music Service inside a WP8, Windows Store, NET45 and NET40 application without writing all the logic to handle authentication and response parsing. Everithing gets deserialized into managed objects. This wrappers also supports error handling and token renewal.

TODOs
- Include support for playlist manipulation
- Add support for deep browsing and sorting

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

Version 1.6.1
- Fixed some minor bugs in the object model
- Fix mispelled Lookup method URI

Version 1.6
- Added support for Windows Phone 8.1
- Added support for Silverlight 5
- Code refactoring
- Added support for playback streams
- Added support for culture specific calls
- Added call to get list of genres
- Added support for top music

Version 1.5
- Code refactoring
- Added support for Spotlight
- Added support for New Album releases
- General improvements on object model

Version 1.4
- Code refactoring
- Added support for continuous search & lookup
- Impovements in error handling
- Return types refactoring
- SearchArtist, SearchTracks, SearchAlbum methods removed
- Added support for custom image url

Version 1.3
- Added supporto to .NET 4.0
- Explicitly set country during searches

Version 1.2
- Included automatic token renewal

Version 1.1
- Porting to a PCL
- Added error fields serialization

Version 1.0
- Included Artist search
- Included Track search
- Included Album search
- Included Global search