Skip to content

v13.0.1

Compare
Choose a tag to compare
@abjerner abjerner released this 02 May 12:40
· 5 commits to v13/main since this release

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 and TryGetProperty methods to the ClassSummary class (see 57214d3)

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