Version 13.0.1

Date 2024-05-02 (169 days ago)
Downloads 91 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.1

NuGet Package Manager:

Install-Package Limbo.Umbraco.ModelsBuilder -Version 13.0.1
  • Updated models source generator to generate properties if partial class has property with same name but it has an explicit interface specifier (see bb8fc2f)

  • Updated the information the package exposes about it self (see 282f1c8)

  • Added TryGetMethod and TryGetProperty methods to the ClassSummary class (see 57214d3)

  • Updated summary classes to expose the syntax instances they are based on (see 9d124a7)