Version 1.0.0-beta011

Beta
Date 2025-04-03 (36 days ago)
Downloads 125 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7 .NET 8

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Social.Toggl --version 1.0.0-beta011

NuGet Package Manager:

Install-Package Skybrud.Social.Toggl -Version 1.0.0-beta011

#changelog">Changelog

  • Introduced new TogglProjectStatus.Unspecified enum value to handle when a project status isn't specified (see 352627d)
    When creating a new project via the Toggl Track API, the returned JSON for the created project doesn't specify a status, which caused the TogglProject constructor to fail. IIRC this has worked fine in the past, so this might be caused by a small breaking change in the Toggl Track API.

  • Updated the Skybrud.Essentials dependency (see dc3ba2c)
    Might as well update this to the most recent version.