TheMovieDbWrapper 0.8.1
.NET Standard 1.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package TheMovieDbWrapper -Version 0.8.1
dotnet add package TheMovieDbWrapper --version 0.8.1
<PackageReference Include="TheMovieDbWrapper" Version="0.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TheMovieDbWrapper --version 0.8.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TheMovieDbWrapper, 0.8.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install TheMovieDbWrapper as a Cake Addin
#addin nuget:?package=TheMovieDbWrapper&version=0.8.1
// Install TheMovieDbWrapper as a Cake Tool
#tool nuget:?package=TheMovieDbWrapper&version=0.8.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
C# wrapper for common requests against themoviedb.org API.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 9.0.1)
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.2.0 | 100 | 6/27/2022 |
1.1.0 | 223 | 12/9/2021 |
1.0.1 | 225 | 10/28/2021 |
1.0.0 | 156 | 10/27/2021 |
0.9.0 | 415 | 10/28/2020 |
0.8.2 | 1,438 | 2/26/2017 |
0.8.1 | 885 | 12/11/2016 |
0.8.0 | 854 | 11/27/2016 |
0.7.2 | 727 | 11/26/2016 |
0.7.1 | 855 | 7/10/2016 |
0.7.0 | 810 | 7/10/2016 |
0.6.0 | 779 | 7/6/2016 |
0.5.1 | 985 | 6/16/2016 |
0.5.0 | 795 | 6/1/2016 |
0.4.0 | 855 | 5/30/2016 |
0.3.0 | 871 | 4/9/2016 |
0.2.0 | 742 | 4/6/2016 |
0.1.0 | 774 | 3/27/2016 |
v0.8.1: Minor update to resolve Runtime error in a Xamarin.UWP project. v0.8.0: Migrated project to .netstandard to support Cross-Platform Applications, i.e., Android, IOS, and all flavors of .NET. Minor breaking change, re: IMovieDbApi is currently not supported, but will support in the future.