Version 4.0.7

Date 2023-02-06 (648 days ago)
Downloads 11K downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

New release for Umbraco 10 and 11. This release will not work on older versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 4.0.7

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.7

#changelog">Changelog

  • Added support for nullable reference types (see 51505d2)
    Maybe a bit overdue, but the package now supports nullable reference types which help providing code analysis about values that may be null.