v2.0.1
Installation
To install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.TwentyThree --version 2.0.1
or the older NuGet Package Manager:
Install-Package Limbo.Umbraco.TwentyThree -Version 2.0.1
Changelog
- Updated the Skybrud.Social.TwentyThree dependency
TheSkybrud.Social.TwentyThree
package handles the underlying communication with TwentyThree API. The newest version of the package contains a fix since the TwentyThree API is now returning timestamps as floating point numbers instead of integers.