Version 13.0.3

Date 2025-05-12 (26 days ago)
Downloads 347 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 8
Umbraco Versions Umbraco 13

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

#installation">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">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.