Version 1.0.2

Date 2023-04-19 (516 days ago)
Downloads 3,018 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

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.0.2

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Tables -Version 1.0.2

#changelog">Changelog

  • Enabled package telemetry and updated the information the package exposes about it self (see 34c40bf)
    This enables Umbraco to save a bit of telemetry data about the package.

  • Updated the Skybrud.Essentials dependency (see 917a5df)
    Might as well reference the newest version.