Skip to content

v2.0.0-alpha004

Compare
Choose a tag to compare
@abjerner abjerner released this 15 Nov 14:01
· 40 commits to v2/main since this release

New alpha release πŸŽ‰

Installation

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

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

or the older NuGet Package Manager:

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

Changelog

  • Property editor constants should be public (see 4a4555a)
    Making the constants public means they can be accessed from outside of the package.

  • Static create methods should be public (see 9c632f0)
    In some cases we might need to create new instances from outside of the package, so the two static Create methods are now public.