Date | 2022-11-15 (731 days ago) |
---|---|
Downloads | 834 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 |
New alpha release 🎉
#installation
">InstallationTo 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
">ChangelogProperty 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.