Skip to content

v13.0.3

Latest

Choose a tag to compare

@abjerner abjerner released this 12 May 19:09

New release for Umbraco 13. This release will not work with other versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

Install-Package Limbo.Umbraco.ModelsBuilder -Version 13.0.3

Changelog

  • Static methods for properties that are ignored are no longer part of the generated files (see cc3116b)
    The ModelsSourceGenerator has various checks to ensure that it won't generate properties that are marked as ignored, but similar checks when generating the static methods for the same properties where missing. With this release, static methods for ignored properties will no longer be included in the generated files.

  • Updated the Skybrud.Essentials dependency (see 503651d)
    More legacy functionality, which will eventually be removed in v1.2.0, has now been marked as obsolete in v1.1.59, making it a good idea to update the dependency.