Date | 2025-03-11 (60 days ago) |
---|---|
Downloads | 254 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 8 |
Umbraco Versions | Umbraco 13 |
New release for Umbraco 13. This release will not work with older versions of Umbraco.
#installation
">InstallationTo install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.Time --version 13.0.1
or the NuGet package manager:
Install-Package Limbo.Umbraco.Time -Version 13.0.1
#changelog
">Changelog5a6c1ff
)GetObject
method similar to the obsolete extension method, but the new GetObject
method doesn't support JPath, so I should have used the GetObjectByPath
method instead.