Date | 2025-05-07 (55 days ago) |
---|---|
Downloads | 132 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 Umbraco 11 Umbraco 12 |
#installation
">InstallationInstall via NuGet - either via the .NET CLI:
dotnet add package Limbo.Umbraco.BorgerDk--version 10.0.1
or the NuGet package manager:
Install-Package Limbo.Umbraco.BorgerDk-Version 10.0.1
#changelog
">ChangelogUpdated misc Limbo and Skybrud dependencies (see 027f5ef
)
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 92d4945
)
The DTOs contain information that might be relevant for maintenance purposes, so the method should be public for easier access.