Metadata >> NuGet >> Xbox.Music

Xbox.Music

Metadata

Authors AdvancedREI
Copyrights Copyright © 2013-2014 AdvancedREI, LLC.
Description A Portable Class Library implementation of the Xbox Music API, powered by PortableRest. (.NET 4.5, Windows Phone 8, and Windows 8.x)
LicenseUrl http://www.ohloh.net/licenses/mslpl
Owners AdvancedREI
ProjectUrl http://github.com/AdvancedREI/Xbox.Music
RequireLicenseAcceptance False
Tags PortableRest, Xbox, Xbox Music, Windows Phone, PCL
Dependencies PortableRest:2.3
Title Xbox Music
PackageSize 34544
PackageHashAlgorithm SHA512
PackageHash JCl83V0j1n65EgT8VYq/pZIu0+BgbMBIkiUua4jt9UEtTa/HxvDozEH0Z7jJadWEagYgCLztBSMF3879NVXorA==
DownloadCount 000000
CreatedDate 2013-12-23T20:45:44
ReleaseNotes 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.

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Xbox.Music -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Xbox.Music -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Xbox.Music
Installing the package (HTTP Basic authentication):
Install-Package Xbox.Music -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Xbox.Music -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Xbox.Music

OpenWrap

Installing the package:
o add-wrap Xbox.Music
Uninstalling the package:
o remove-wrap Xbox.Music

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0-Beta4
1.0-Beta3b
1.0-Beta3
1.0-Beta2a
1.0-Beta2