E.Deezer 1.1.0.117

There is a newer version of this package available.
See the version list below for details.
dotnet add package E.Deezer --version 1.1.0.117
NuGet\Install-Package E.Deezer -Version 1.1.0.117
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="E.Deezer" Version="1.1.0.117" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add E.Deezer --version 1.1.0.117
#r "nuget: E.Deezer, 1.1.0.117"
#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 E.Deezer as a Cake Addin
#addin nuget:?package=E.Deezer&version=1.1.0.117

// Install E.Deezer as a Cake Tool
#tool nuget:?package=E.Deezer&version=1.1.0.117

.NET Deezer API wrapper.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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
5.0.0 112 3/21/2024
5.0.0-beta1 789 4/16/2020
5.0.0-alpha4 351 3/24/2020
5.0.0-alpha3 373 2/18/2020
5.0.0-alpha2 484 2/10/2020
5.0.0-alpha1 631 1/18/2020
4.2.2 2,105 10/31/2019
4.2.1 539 10/1/2019
4.2.0 584 7/29/2019
4.1.0 586 6/30/2019
4.0.0 828 2/11/2019
3.2.1 817 11/4/2018
3.2.0 746 11/4/2018
3.1.1 699 10/30/2018
3.1.0 1,106 1/29/2018
3.0.0 1,032 12/27/2017
3.0.0-beta 876 8/21/2017
2.5.0 1,029 8/19/2017
2.3.1 1,078 8/2/2017
2.3.0 950 7/10/2017
2.2.0 1,603 3/17/2016
2.1.0 1,183 12/21/2015
2.0.1.172 1,252 12/14/2015
2.0.0.158 1,516 12/12/2015
1.1.0.117 1,551 11/27/2015
1.0.0.104 1,267 11/19/2015
1.0.0.96 1,420 11/19/2015
1.0.0 538 10/1/2019
0.0.0.94 1,366 11/11/2015
0.0.0.90 1,387 11/11/2015
0.0.0.67 1,371 11/7/2015

If you encounter any issues please report them on Github: https://github.com/projectgoav/E.Deezer
----------------------

V1.1.0.117
---------
+ Added ability to get common genre from Deezer
+ Added ability to get New Releases and the Deezer Selection for genre
+ Added Album, Artist, Playlist & Track charts for genre
+ Request Timeout can now be specified

- Deprecated non-task based read.


V1.0.0.104
---------
+ Added Genre support
* Fixed bug where a wrong total would be displayed


V1.0.0.96
---------
* Search fully implemented
* Track/Album/Artist/Playlist methods mostly implemented
* Browsable search results.


V0.0.0.94
----------
+ Changed type of reponse for nearly all API methods.
+ Returned results can be searched with a starting index and count.