| Date | 2022-11-15 (1,079 days ago) |
|---|---|
| Downloads | 949 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 6 |
| Umbraco Versions | Umbraco 10 |
New alpha release 🎉
To install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.TwentyThree --version 2.0.0-alpha004or the older NuGet Package Manager:
Install-Package Limbo.Umbraco.TwentyThree -Version 2.0.0-alpha004Property 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.