Version 1.0.0-beta009

Beta
Date 2024-11-28 (24 days ago)
Downloads 61 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-beta009

NuGet Package Manager:

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

#changelog">Changelog

  • Fixed issue with entry timestamps (see 69fff98 and 8a10beb)
    It seems that the entries API now returns timestamps with greater precision, so we need to call our custom ParseIso8601Timestamp method already used in other parts of the package.