Date | 2024-07-12 (126 days ago) |
---|---|
Downloads | 115 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 Umbraco 11 Umbraco 12 |
New release for Umbraco 10+ 🎉
#installation
">InstallationTo 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
">ChangelogRemoved 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.