Version 4.0.0-alpha002

Alpha
Date 2021-09-29 (1,143 days ago)
Downloads 3,293 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

First alpha release for Umbraco 9. This release will not work on older versions of Umbraco.

Albeit this being an alpha release, I'm not aware of any issues with the implementation. But there a few things I'd like to run through before I'm pushing a stable release.

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.GridData --version 4.0.0-alpha002

Package Manager:

Install-Package Skybrud.Umbraco.GridData -Version 4.0.0-alpha002

#changelog">Changelog

  • Updated Umbraco dependencies til v9.0.0 (see b23046e)
    Since Umbraco 9 has now officially been released, this package now builds against a stable version of Umbraco 9 🎉

  • Updated Skybrud.Essentials dependency to v1.1.30 (452eec2)
    While not directly related to the grid package, the newest release of Skybrud.Essentials contains a bug fix and some additions, so might as well bump the version.