v13.0.1
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.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
andTryGetProperty
methods to theClassSummary
class (see 57214d3) -
Updated summary classes to expose the syntax instances they are based on (see 9d124a7)