Installation
Install via NuGet - either via the .NET CLI:
dotnet add package Skybrud.Social.TwentyThree --version 1.1.2
or the NuGet package manager:
Install-Package Skybrud.Social.TwentyThree -Version 1.1.2
Changelog
- Added fix for breaking timestamp changes (108b15c)
TwentyThree has started specifying timestamps as decimal numbers rather than as integers, which caused some issues with this package. With this release, the timestamps are now parsed as doubles instead.