E.Deezer
3.0.0
See the version list below for details.
dotnet add package E.Deezer --version 3.0.0
NuGet\Install-Package E.Deezer -Version 3.0.0
<PackageReference Include="E.Deezer" Version="3.0.0" />
paket add E.Deezer --version 3.0.0
#r "nuget: E.Deezer, 3.0.0"
// Install E.Deezer as a Cake Addin #addin nuget:?package=E.Deezer&version=3.0.0 // Install E.Deezer as a Cake Tool #tool nuget:?package=E.Deezer&version=3.0.0
.NET Deezer API wrapper
Product | Versions 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. |
-
- Newtonsoft.Json (>= 10.0.3)
- System.Net.Http (>= 4.3.2)
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 | 299 | 3/21/2024 |
5.0.0-beta1 | 824 | 4/16/2020 |
5.0.0-alpha4 | 419 | 3/24/2020 |
5.0.0-alpha3 | 426 | 2/18/2020 |
5.0.0-alpha2 | 543 | 2/10/2020 |
5.0.0-alpha1 | 654 | 1/18/2020 |
4.2.2 | 2,358 | 10/31/2019 |
4.2.1 | 599 | 10/1/2019 |
4.2.0 | 608 | 7/29/2019 |
4.1.0 | 615 | 6/30/2019 |
4.0.0 | 859 | 2/11/2019 |
3.2.1 | 847 | 11/4/2018 |
3.2.0 | 784 | 11/4/2018 |
3.1.1 | 726 | 10/30/2018 |
3.1.0 | 1,137 | 1/29/2018 |
3.0.0 | 1,060 | 12/27/2017 |
3.0.0-beta | 904 | 8/21/2017 |
2.5.0 | 1,056 | 8/19/2017 |
2.3.1 | 1,110 | 8/2/2017 |
2.3.0 | 979 | 7/10/2017 |
2.2.0 | 1,670 | 3/17/2016 |
2.1.0 | 1,211 | 12/21/2015 |
2.0.1.172 | 1,279 | 12/14/2015 |
2.0.0.158 | 1,548 | 12/12/2015 |
1.1.0.117 | 1,582 | 11/27/2015 |
1.0.0.104 | 1,294 | 11/19/2015 |
1.0.0.96 | 1,448 | 11/19/2015 |
1.0.0 | 596 | 10/1/2019 |
0.0.0.94 | 1,392 | 11/11/2015 |
0.0.0.90 | 1,417 | 11/11/2015 |
0.0.0.67 | 1,436 | 11/7/2015 |
[Latest]
V3.0.0
---------
- Retarget to .NET v4.5 and PCL Profile111, dropping RestSharp in favour of System.Net.Http & Json.NET
- GetChart() available to get all 4 charts for a given genre
- Improved performance when fetching album tracklists
- Added support for XL image size
- Fixed a rare 'TimeAdd' parsing issue
** Breaking API Changes:
* Function overloads for custom start index and count are now optional parameters.
* _SomeMethod_(_SomeCount_) is no longer available, use _SomeMethod(aCount: _SomeCount) instead
* PictureSize enum is now PascalCase instead of ALLCAPS