Releases: nCubed/TheMovieDbWrapper
Release v1.3.1 - Minor fix for discover movies
Release v1.3.0 - add support for movie recommendations and movie discovery
Update nuget package to v1.3.0 and publish to nuget.
Release v1.2.0 - upgrade to net6.0 and vs 2022
v1.2.0 is only a .net framework and tooling upgrade. No new functionality has been added.
Release v1.1.0 - add support for TV Show Seasons
v1.1.0 adds support for TV Show Seasons. See the repo ReadMe of v1.0.x release notes for a minor breaking change from releases < 1.0.
Release v1.0.0 - upgrade to net5.0 and use Bearer Token for Auth
v1.0.0 is a full upgrade to net5.0. This release now uses TheMovieDb.org's Bearer Token for authentication; this change introduces a minor breaking change from the prior releases. See the ReadMe for full details as you will need to update your implementation to provide the new Bearer Token with the RegisterSettings method.
Release v0.9.0 - upgrade to .netstandard, vs 2019.
v0.9.0 is a full upgrade from Visual Studio PCL class library to the now recommeneded .netstandard class library. Also resolves a few issues introduced by some breaking changes by themoviedb.org's api.
Refer to the Nuget v0.9.0 package for project integration.
Release v0.8.2 - Very minor release to include the raw JSON returned from the query.
When troubleshooting an API call to themoviedb.org, it is helpful to view the raw JSON returned from the query. This updates adds a new property the query response with the raw JSON received from themoviedb.org.
Release v0.8.1 - Very minor release to resolve Xamarin.UWP project issue
Resolved minor issue with Xamarin.UWP project. Closes issue #16 .
Release v0.8.0 - Migrated project to .netstandard 1.1 for cross-platform support.
This release provides full support for .netstandard 1.1 and is now cross-platform compatible for Xamarin, iOS, Android, and all flavors of .net.
Release v0.7.2
Extended Newtonsoft.IsoDateTimeConverter
to allow partial dates; fallback to default(DateTime)
when date is malformed and suppress the exception. During debug, the date value being parsed will be emitted to the Trace
log.