Version 3.0.0-beta003

Beta
Date 2021-10-15 (1,067 days ago)
Downloads 818 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.7.2
Umbraco Versions Umbraco 8

New beta release for Umbraco 8. This release will not work for Umbraco 7.

#installation">Installation

Install via NuGet:

Install-Package Skybrud.Umbraco.BorgerDk -Version 3.0.0-beta003

#changelog">Changelog

  • Implemented background tasks for regularly updating articles in the background (see c1adbc2)
    Updating articles in the background has until now been something we'd have to handle in each solution where this package is installed, but with this release, this is now handled by a background task.

  • Updated the Skybrud.Essentials dependency (see d0e2e88)
    Not directly related to this package, but newer releases contains various fixes and improvements.

  • Updated the Skybrud.WebApi.Json dependency (see d0e2e88 and 6e1d389)
    Also not directly to this package, but nice to have this one updated to the latest version as well.