Skip to content

Releases: skybrud/Skybrud.Umbraco.GridData.Dtge

v4.0.3

17 Jul 21:08
Compare
Choose a tag to compare

Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Skybrud.Umbraco.GridData.Dtge --version 4.0.3

or the NuGet package manager:

Install-Package Skybrud.Umbraco.GridData.Dtge -Version 4.0.3

Changelog

  • Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see 702de41)
    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.

v4.0.2

16 Mar 11:37
Compare
Choose a tag to compare

Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Skybrud.Umbraco.GridData.Dtge --version 4.0.2

or the NuGet package manager:

Install-Package Skybrud.Umbraco.GridData.Dtge -Version 4.0.2

Changelog

  • Fixed incorrect package name (see 1d8e026)
    The package name is visible via Umbraco's list of installed package. The package should still use the "Skybrud" name, but I accidentally changed it to "Limbo".

v4.0.1

11 Mar 19:04
Compare
Choose a tag to compare

Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Skybrud.Umbraco.GridData.Dtge --version 4.0.1

or the NuGet package manager:

Install-Package Skybrud.Umbraco.GridData.Dtge -Version 4.0.1

Changelog

  • Added manifest filter to indicate package version and allow package telemetry (see fcd7b13)
    This primarily changes the information that the package exposes about it self. This release doesn't contain any changes to how the package is used.

v4.0.0

17 Feb 22:26
Compare
Choose a tag to compare

Installation

Install via NuGet - either via the .NET CLI:

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

or the NuGet package manager:

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

Skybrud.Umbraco.GridData.Dtge v2.0.0

26 Sep 16:05
Compare
Choose a tag to compare

First release for Umbraco 8. This release will not work with Umbraco 7.

Installation