Version 2.0.1

Date 2023-04-13 (582 days ago)
Downloads 528 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

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

  • Updated the Skybrud.Social.TwentyThree dependency
    The Skybrud.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.