Skip to content

v5.0.3

Latest
Compare
Choose a tag to compare
@abjerner abjerner released this 17 Jul 20:55
· 1 commit to v5/main since this release

New release for Umbraco 10+. This release will not work with other versions of Umbraco.

Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.GridData --version 5.0.3

Package Manager:

Install-Package Skybrud.Umbraco.GridData -Version 5.0.3

Changelog

  • Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see 394d4eb)
    As Umbraco 12 was released earlier this week, and no changes are required for the package to run on Umbraco 12, the upper bound of the Umbraco dependencies has been raised to allow running on Umbraco 12.

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