| Date | 2022-10-29 (1,116 days ago) |
|---|---|
| Downloads | 192 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7 |
🅱️ 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.
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.