Version 13.0.0-alpha008

Alpha
Date 2025-04-02 (37 days ago)
Downloads 295 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 8
Umbraco Versions Umbraco 13

New alpha release for Umbraco 13 🎉

#installation">Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Limbo.Umbraco.Spa --version 13.0.0-alpha008

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.Spa -Version 13.0.0-alpha008

#changelog">Changelog

  • Re-added TrimEnd('/') to Umbraco redirect lookup logic (see 02d9995)
    This was unintentionally removed in the last release. Skybrud Redirects automatically strips trailing slashes before looking up redirects, while Umbraco doesn't.