Skip to content

v2.0.1

Compare
Choose a tag to compare
@abjerner abjerner released this 13 Apr 13:57
· 30 commits to v2/main since this release

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
    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.