Date | 2021-08-31 (1,172 days ago) |
---|---|
Downloads | 162 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 4.5 .NET 4.6 .NET 4.7 |
#installation
">Installation#breaking
-changes">Breaking changes🅱️ Moved Track implementation to separate Track namespaces (see 4479909
)
Following the introduction of the Plan and Hire APIs, the logic for the Track API has been moved to it's own namespace.
🅱️ Isolating endpoint properties into API classes (see e367500
)
With the introduction if Toggl Plan and Toggl Hire, the Toggl Track endpoint can now be accessed via a new Track
property for both TogglService
and TogglHttpClient
.
#other
-changes">Other changesChanged TogglEntry.Id
property to Int64
(see 41129a0
)
While most properties are documented by Toggl, the id
property isn't. Since the start of this package, the property has therefore been represented by Int32
. But as IDs have grown over time, Int32
is no longer sufficient to represent the IDs - thus the change to Int64
.
Updated Skybrud.Essentials and Skybrud.Essentials.Http dependencies (see 881830b
)
Shouldn't contain any breaking changes.