Version 1.0.0-beta007

Beta
Date 2024-02-09 (280 days ago)
Downloads 77 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

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

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

#changelog">Changelog

  • Added support for setting the active state when creating a new project (see 9addca6)
    Projects created through the V9 API are set as archived unless explicitly specified to be active, so this release adds a IsActive option to the TogglCreateProjectOptions class as well as new CreateProject(...) and CreateProjectAsync(...) method overloads in the TogglProjectsEndpoint class taking an additional active parameter.