Date | 2025-05-07 (9 days ago) |
---|---|
Downloads | 105 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 8 |
Umbraco Versions | Umbraco 13 |
#installation
">InstallationInstall via NuGet - either via the .NET CLI:
dotnet add package Limbo.Umbraco.BorgerDk--version 13.0.1
or the NuGet package manager:
Install-Package Limbo.Umbraco.BorgerDk-Version 13.0.1
#changelog
">ChangelogUpdated 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.