Skip to content

v1.1.4

Compare
Choose a tag to compare
@abjerner abjerner released this 11 Jul 22:23
· 14 commits to v13/main since this release

New release for Umbraco 10+ πŸŽ‰

Installation

To install the package via NuGet, you can use either .NET CLI:

dotnet add package Limbo.Umbraco.Tables --version 1.1.4

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.Tables -Version 1.1.4

Changelog

  • Removed 12 column limit (see #33 and c5252f8)
    Probably should have been there in the first place. Removed thanks to a PR from @jattwood πŸ‘

  • Updated the Skybrud.Essentials dependency (see 5a36577)
    Might as well update to the newest version. The update doesn't contain any changes to this package though.