Version 13.0.2

Date 2025-11-04 (yesterday)
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 8
Umbraco Versions Umbraco 13

Supported Umbraco versions

  • Umbraco 13

Target Framework

  • .NET 8

Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.Skyfish --version 13.0.2

NuGet Package Manager:

Install-Package Limbo.Umbraco.Skyfish -Version 13.0.2

Changelog

  • Added support for parsing app URLs for files in the root folder (see 16e9efe)
    App URLs contain the ID of their parent folder as part of the URL - unless the file isn't added to a specific folder, in which case the URL contains root instead. The package didn't property support these URLs, but as of this release, it now does.