Version 1.0.5

Date 2023-08-19 (394 days ago)
Downloads 484 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

New stable release for Umbraco 10, 11 and 12. This release will not work on older versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.Separator --version 1.0.5

NuGet Package Manager:

Install-Package Limbo.Umbraco.Separator -Version 1.0.5

#changelog">Changelog

  • Updated package manifest filter to set PackageId property in Umbraco 12 (see 9d67b5c)
    In Umbraco 12, the PackageManifest clas now has a PackageId property to indicate the NuGet ID of a package. As of this release, the package uses reflection to set this property when the package is used with Umbraco 12.