Version 1.0.0-beta003

Beta
Date 2022-10-29 (748 days ago)
Downloads 110 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7

#installation">Installation

#breaking-changes">Breaking changes

  • 🅱️ Renamed AccessToken property to ApiKey (see ddac800)
    The property has been renamed to follow Toggl's own naming.

  • 🅱️ Renamed TogglService to TogglHttpService (see 167e4e1)
    Added "Http" to the name of the service class to follow a similar trend in my other Skybrud.Social packages.

  • 🅱️ Arrays are now exposed as IReadOnlyList<T> instead (see ae91ce4)
    As arrays may be modified, the package should ideally expose arrays as IReadOnlyList<T> instead.

#other-changes">Other changes

  • Added .NET Standard 2.0 as an additional target framework (see 1383449)
    This allows the package to be consumed by non .NET Framework version of .NET.

  • Updated Skybrud.Essentials dependencies (see dd08d99)
    Both the Skybrud.Essentials and Skybrud.Essentials.Http dependencies have been updated to the newest version.