Date | 2022-11-21 (725 days ago) |
---|---|
Downloads | 875 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 Umbraco 11 |
New stable release for Umbraco 10 and 11. This release will not work on older versions of Umbraco.
#installation
">Installation.NET CLI:
dotnet add package Limbo.Umbraco.Separator --version 1.0.1
Package Manager:
Install-Package Limbo.Umbraco.Separator -Version 1.0.1
#changelog
">ChangelogConverted the package to a Razor Class Library (see b0e4e12
)
Makes it easier to consume and work with 😎
Added upper bound for Umbraco dependencies (see 502cb5c
)
This branch currently only supports Umbraco 10 and 11, so the version restriction now reflects this.
SeparatorDataEditor
constants should be public (see 5978ba8
)
This ensures the constants are accessible from outside of the package.