Version 10.0.1

Date 2025-03-12 (59 days ago)
Downloads 201 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

New stable release for Umbraco 10+. This release will not work with older versions of Umbraco.

#installation">Installation

To install the package via NuGet, you can use either .NET CLI:

dotnet add package Limbo.Umbraco.Time --version 10.0.1

or the NuGet package manager:

Install-Package Limbo.Umbraco.Time -Version 10.0.1

#changelog">Changelog

  • Fixed issue with parsing opening hours weekday items (see ded10fe)
    When updating the Skybrud.Essentials dependency, I also switched from some obsolete extension methods to their new alternatives. Unfortunately when doing so, I had used to 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.