| Date | 2025-05-07 (218 days ago) |
|---|---|
| Downloads | 1,679 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 8 |
| Umbraco Versions | Umbraco 13 |
Install via NuGet - either via the .NET CLI:
dotnet add package Limbo.Umbraco.BorgerDk--version 13.0.1or the NuGet package manager:
Install-Package Limbo.Umbraco.BorgerDk-Version 13.0.1Updated misc Limbo and Skybrud dependencies (see 70fc209)
For Skybrud.Essentials, more legacy functionality, which will eventually be removed in v1.2.0, has now been marked as obsolete in v1.1.59, making it a good idea to update the dependency.
Change the visibility of the "BorgerDkService.GetAllArticleDtos" method to public (see d86204a)
The DTOs contain information that might be relevant for maintenance purposes, so the method should be public for easier access.