Version 17.1.0-beta003

Beta
Date 2026-09-18 (2 days ago)
Downloads 32 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 10
Umbraco Versions Umbraco 17

New beta release for Umbraco 17. This release will not work on other versions of Umbraco.

Supported Umbraco versions

  • Umbraco 17

Target Framework

  • .NET 10

Installation

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

.NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 17.1.0-beta003

or the NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 17.1.0-beta003

Changelog

  • Exposed constants for property editor schema and UI aliases (see 0fad014, 3633bff and 716f3f2)
    Constants can now be accessed via RedirectsPropertyEditorSchemaAliases and RedirectsPropertyEditorUiAliases. Constants in the individual C# property editor definitions are now also public.

  • Normalization (see 3633bff and 716f3f2)
    As part of normalizing the alias format across across our package, Skybrud Redirects are now using the following property editor aliases:

    • Inbounds redirects:
      • schema: Skybrud.Umbraco.Redirects.InboundRedirects
      • UI: Skybrud.Umbraco.Redirects.PropertyEditorUi.InboundRedirects
    • Outbound redirect:
      • schema: Skybrud.Umbraco.Redirects.OutboundRedirect
      • UI: Skybrud.Umbraco.Redirects.PropertyEditorUi.OutboundRedirect