Ewk.SoundCloud.ApiLibrary 1.1.4809.41996

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

// Install Ewk.SoundCloud.ApiLibrary as a Cake Tool
#tool nuget:?package=Ewk.SoundCloud.ApiLibrary&version=1.1.4809.41996

A library that wraps the SoundCloud Api in a fluent interface.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in 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.4809.41996 312 3/2/2013
1.1.4808.41447 52 3/1/2013
1.1.4807.19126 52 2/28/2013
1.1.4807.16059 56 2/28/2013
1.1.4764.36164 51 1/16/2013
1.1.4667.42298 52 10/11/2012
1.1.4666.37509 51 10/10/2012
1.1.4666.35484 52 10/10/2012
1.1.4664.28705 56 10/8/2012
1.1.4664.27581 53 10/8/2012
1.1.4661.34340 55 10/5/2012
1.1.4661.29081 53 10/5/2012
1.0.4660.25573 55 10/4/2012
1.0.4660.23470 57 10/4/2012
1.0.4660.1738 56 10/3/2012
1.0.4658.21517 51 10/2/2012
1.0.4658.21427 54 10/2/2012
1.0.4658.16799 51 10/2/2012

- Refactored the TResponse restriction out of the SoundCloudClient
     - Added an Errors class that will be part of an exception when errors are returned by the soundcloud API
     - Added handling errors that are returned from the soundcloud API
     - Introduced the SoundCloudException class that contains the errors that where returned by the soundcloud API