SubsonicSharp.PCL 0.5.0

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

// Install SubsonicSharp.PCL as a Cake Tool
#tool nuget:?package=SubsonicSharp.PCL&version=0.5.0

PCL for accessing the Subsonic Music Server API in .NET without actually using the REST API

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.5.0 1,166 10/19/2016
0.4.2 1,018 8/7/2016
0.4.1 992 8/2/2016
0.4.0 1,110 7/31/2016
0.3.0 1,222 7/31/2016
0.2.1 1,324 7/27/2016
0.2.0 1,847 7/26/2016
0.1.0 1,247 7/26/2016

BasePath, and HTTPS now supported. User-specified Api Level now available, with Exceptions/Attributes added to all API callers to detect version mismatches early.