Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@abjerner abjerner released this 13 Apr 08:53
· 7 commits to v1/main since this release

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.