Version 1.1.3

Date 2024-01-30 (230 days ago)
Downloads 2,489 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">Installation

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

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

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.Tables -Version 1.1.3

#changelog">Changelog

  • The TablesPackage.InformationalVersion property shouldn't include the SHA1 commit hash (see 3bfc4e9)
    Mostly an internal change, but also affects the version shown in the package section in Umbraco 12.

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