Date | 2022-11-10 (736 days ago) |
---|---|
Downloads | 337 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 5 |
Umbraco Versions | Umbraco 9 |
First stable release for Umbraco 9. This release will not work on other versions of Umbraco.
#installation
">Installation.NET CLI:
dotnet add package Limbo.Umbraco.Rte --version 1.0.0
Package Manager:
Install-Package Limbo.Umbraco.Rte -Version 1.0.0
#changelog
">ChangelogProperty editor constants should be public, although most importantly EditorAlias
(see a039c72
)
Making the constants public ensures that they can be used by code outside of the package.
Updated Skybrud.Essentials dependency (see 611324c
)
The package now has a dependency for the newest version of Skybrud.Essentials.
Added upper bound for Umbraco dependencies (see 4843036
)
Since V2 of this package specifically targets Umbraco, the Umbraco 9 package should only be used for Umbraco 9.