Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

v1.0.0-beta

Pre-release
Pre-release

Choose a tag to compare

@henrikfroehling henrikfroehling released this 01 Apr 19:19
· 1898 commits to develop since this release

Breaking Changes:

  • New response classes

    • TraktNoContentResponse replaces all Task return types in Modules
    • TraktResponse<TContentType> replaces all Task<TItem> return types in Modules
    • TraktListResponse<TContentType> replaces all Task<IEnumerable<TItem>> return types in Modules
    • TraktPagedResponse<TContentType> replaces all Task<TraktPaginationListResult<TItem>> return types in Modules
    • More information
  • .NET Standard 1.1 replaces PCL

What's Changed

Full Changelog: v1.0.0-alpha3...v1.0.0-beta