v13.0.1
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.