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.
<PackageVersion Include="Ewk.SoundCloud.ApiLibrary" Version="1.1.4809.41996" />
                    
Directory.Packages.props
<PackageReference Include="Ewk.SoundCloud.ApiLibrary" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Ewk.SoundCloud.ApiLibrary&version=1.1.4809.41996
                    
Install Ewk.SoundCloud.ApiLibrary as a Cake Addin
#tool nuget:?package=Ewk.SoundCloud.ApiLibrary&version=1.1.4809.41996
                    
Install Ewk.SoundCloud.ApiLibrary as a Cake Tool

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.

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
1.1.4809.41996 2,880 3/2/2013
1.1.4808.41447 1,336 3/1/2013
1.1.4807.19126 1,346 2/28/2013
1.1.4807.16059 1,328 2/28/2013
1.1.4764.36164 1,402 1/16/2013
1.1.4667.42298 1,819 10/11/2012
1.1.4666.37509 1,589 10/10/2012
1.1.4666.35484 1,618 10/10/2012
1.1.4664.28705 1,448 10/8/2012
1.1.4664.27581 1,442 10/8/2012
1.1.4661.34340 1,416 10/5/2012
1.1.4661.29081 1,437 10/5/2012
1.0.4660.25573 1,468 10/4/2012
1.0.4660.23470 1,433 10/4/2012
1.0.4660.1738 1,470 10/3/2012
1.0.4658.21517 1,465 10/2/2012
1.0.4658.21427 1,405 10/2/2012
1.0.4658.16799 1,627 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