Version 13.0.1

Date 2024-07-12 (519 days ago)
Downloads 4,819 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 for other versions of Umbraco.

Installation

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

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

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.Tables -Version 13.0.1

Changelog

  • Removed 12 column limit (see #32 and 3d0da0a)
    Probably should have been there in the first place. Removed thanks to a PR from @jattwood 👍

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