Xbox.Music 1.1.0-Beta2

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

// Install Xbox.Music as a Cake Tool
#tool nuget:?package=Xbox.Music&version=1.1.0-Beta2&prerelease

A Portable Class Library implementation of the Xbox Music API, powered by PortableRest. (.NET 4.5, Windows Phone 8, and Windows 8.x)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0-Beta2 109 7/29/2014
1.1.0-Beta1 43 7/28/2014
1.0.0 295 1/8/2014
1.0.0-RC1 41 1/5/2014
1.0.0-Beta4 42 12/23/2013
1.0.0-Beta3b 40 12/23/2013
1.0.0-Beta3a 41 12/23/2013
1.0.0-Beta3 40 12/22/2013
1.0.0-Beta2a 40 12/21/2013
1.0.0-Beta2 40 12/21/2013
1.0.0-Beta1 41 12/21/2013

1.0.0: First official release.
RC1: Support for multiple ID lookup, continuations, and LookupOptions with MusicClient.Get(), as well as more docs and bug fixes.
Beta 4: Support for continuationTokens on the MusicClient.Find() method.
Beta 3b: Fix a logic error in EntityBase.GetDeepLink(), and filters error on MusicClient.Find().
Beta 3: Incorporates feedback from the Xbox Music API team - refactored token handling, better helper method implementations.
Beta 2a: Bug fix in EntityBase.GetImage().
Beta 2: First working release.