Date | 2022-11-10 (736 days ago) |
---|---|
Downloads | 921 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 |
First stable release for Umbraco 10. This release will not work on other versions of Umbraco.
#installation
">Installation.NET CLI:
dotnet add package Limbo.Umbraco.Rte --version 2.0.0
Package Manager:
Install-Package Limbo.Umbraco.Rte -Version 2.0.0
#changelog
">ChangelogProperty editor constants should be public, although most importantly EditorAlias
(see 32c520b
)
Making the constants public ensures that they can be used by code outside of the package.
Updated Skybrud.Essentials dependency (see 00809e6
)
The package now has a dependency for the newest version of Skybrud.Essentials.