E.Deezer
2.3.1
See the version list below for details.
dotnet add package E.Deezer --version 2.3.1
NuGet\Install-Package E.Deezer -Version 2.3.1
<PackageReference Include="E.Deezer" Version="2.3.1" />
paket add E.Deezer --version 2.3.1
#r "nuget: E.Deezer, 2.3.1"
// Install E.Deezer as a Cake Addin #addin nuget:?package=E.Deezer&version=2.3.1 // Install E.Deezer as a Cake Tool #tool nuget:?package=E.Deezer&version=2.3.1
.NET Deezer API wrapper.
Product | Versions 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. |
-
- RestSharp (>= 105.2.3)
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 | 298 | 3/21/2024 |
5.0.0-beta1 | 822 | 4/16/2020 |
5.0.0-alpha4 | 418 | 3/24/2020 |
5.0.0-alpha3 | 423 | 2/18/2020 |
5.0.0-alpha2 | 542 | 2/10/2020 |
5.0.0-alpha1 | 653 | 1/18/2020 |
4.2.2 | 2,351 | 10/31/2019 |
4.2.1 | 598 | 10/1/2019 |
4.2.0 | 607 | 7/29/2019 |
4.1.0 | 614 | 6/30/2019 |
4.0.0 | 858 | 2/11/2019 |
3.2.1 | 846 | 11/4/2018 |
3.2.0 | 781 | 11/4/2018 |
3.1.1 | 725 | 10/30/2018 |
3.1.0 | 1,136 | 1/29/2018 |
3.0.0 | 1,059 | 12/27/2017 |
3.0.0-beta | 903 | 8/21/2017 |
2.5.0 | 1,055 | 8/19/2017 |
2.3.1 | 1,109 | 8/2/2017 |
2.3.0 | 978 | 7/10/2017 |
2.2.0 | 1,669 | 3/17/2016 |
2.1.0 | 1,210 | 12/21/2015 |
2.0.1.172 | 1,278 | 12/14/2015 |
2.0.0.158 | 1,547 | 12/12/2015 |
1.1.0.117 | 1,581 | 11/27/2015 |
1.0.0.104 | 1,293 | 11/19/2015 |
1.0.0.96 | 1,447 | 11/19/2015 |
1.0.0 | 595 | 10/1/2019 |
0.0.0.94 | 1,391 | 11/11/2015 |
0.0.0.90 | 1,416 | 11/11/2015 |
0.0.0.67 | 1,435 | 11/7/2015 |
[Latest]
V2.3.1
---------
+ Added Track Count and Release Date to albums
* Fixed issue causing albums not to return a tracklist
* Fixed issue that certain methods would fail due to missing internal client
* Fixed issue that tracks wouldn't correctly provide an artwork url
* Fixed track api call failing
[Earlier]
V2.3.0
---------
+ Added Track & Disc number to Tracks
+ Added ability to create and modify user playlists (#41)
* Track Ids now Int64
* Fixed invalid url for charts endpoint
* Fixed internal error when fetching service information
* GetPicture/HasPicture methods in Album deprecated
V2.2.0
---------
+ Added ability to rate albums and playlists
* Fixed some exception messages giving wrong information
V2.1.0
---------
+ OAuth Access token can be provided for access to user methods
+ Implemented User GET methods
+ Added Preview property to Tracks.
* Exceptions are now reported correctly to user
* Fixed exception messages
* Internal fixes for stability
* Changed versioning scheme for Nuget Packages
NOTE: Is not compatible with 1.X.X.X versions!