Version 1.1.2

Date 2023-04-13 (582 days ago)
Downloads 18K downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 1.3 .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7

#installation">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">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.