Version 2.0.0-alpha002

Alpha
Date 2022-09-26 (781 days ago)
Downloads 477 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10

New alpha release 🎉

#installation">Installation

To install the package via NuGet, you can use either .NET CLI:

dotnet add package Limbo.Umbraco.TwentyThree --version 2.0.0-alpha002

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.TwentyThree -Version 2.0.0-alpha002

#changelog">Changelog

  • Making the property editor look better in cramped spaces (see fabfdc9)
    Video details will now be placed under the thumbnail image when there is no longer enough to show the thumbnail and details side by side.

  • Added support for support for spots (see eedffe3 and b73dda4)
    This adds support for spots, which is a special Twenty Three video type (collection of videos, really).

  • Various improvements
    XML documentation, cleanup, etc.