Date | 2024-07-12 (126 days ago) |
---|---|
Downloads | 2,240 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
">InstallationTo 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
">ChangelogRemoved 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.