Version 3.0.0

Date 2022-11-03 (743 days ago)
Downloads 393 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10

First release for Umbraco 10. This release will not work on older versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.BlockList --version 3.0.0

Package Manager:

Install-Package Limbo.Umbraco.BlockList -Version 3.0.0

#changelog">Changelog

  • Updated package to build against Umbraco 10 (see 6ee190e)
    The .csproj file now has a dependency for Umbraco 10.0.0.

  • Converted the package to a Razor Class Library (see fec8281)
    To follow the Umbraco 10 trend, the package has now been converted to a Razor Class Library.

  • Updated Skybrud.Essentials dependency (see c0fd65e)
    This package now uses version 1.1.43 of Skybrud.Essentials.

  • Improved type converter config option UI (see bc5fe37)
    This hopefully makes the option a bit more friendly.