| 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.
To install the package via NuGet, you can use either .NET CLI:
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 17.1.0-beta003or the NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 17.1.0-beta003Exposed 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:
Skybrud.Umbraco.Redirects.InboundRedirectsSkybrud.Umbraco.Redirects.PropertyEditorUi.InboundRedirectsSkybrud.Umbraco.Redirects.OutboundRedirectSkybrud.Umbraco.Redirects.PropertyEditorUi.OutboundRedirect