Skip to content

v2.0.3

Compare
Choose a tag to compare
@abjerner abjerner released this 02 Jul 21:40
· 12 commits to v2/main since this release

New stable release for Umbraco 10, 11 and now 12 πŸŽ‰

Installation

Via NuGet:

dotnet add package Limbo.Umbraco.ModelsBuilder --version 2.0.3

or:

Install-Package Limbo.Umbraco.ModelsBuilder -Version 2.0.3

Changelog

  • Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see a359cb8)
    As Umbraco 12 was released earlier this week, and no changes are required for the package to run on Umbraco 12, the upper bound of the Umbraco dependencies has been raised to allow running on Umbraco 12.

  • Updated the Skybrud.Essentials dependency (see 2461db9)
    Might as well reference the newest version.