Version 3.0.3

Date 2022-04-25 (935 days ago)
Downloads 9,912 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

New release for Umbraco 9. This release will not work on older versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

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

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 3.0.3

#changelog">Changelog

  • Introduced new GetOutboundRedirect extension methods (see #135 and 8cf9a4b)
    Similar to releases of for previous version of Umbraco, the package now contains a number of GetOutboundRedirect extension methods for IPublishedContent. The extension methods maybe used in contexts where a strongly typed model isn't available.