Version 3.0.0

Date 2022-03-25 (966 days ago)
Downloads 7,165 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

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

#summary">Summary

Before pushing the first stable release, I needed an extra look through the package - eg. to check that IRedirectsService and RedirectsService didn't expose any methods that it shouldn't. As I didn't uncover anything, the v3.0.0 release contains no new changes compared to v3.0.0-beta001 (except an updated dependency).

With Umbraco 9.4.0 (and 9.0.1) out earlier today, this release has also been tested to work with Umbraco 9.4.1 😎

#installation">Installation

Via NuGet:

.NET CLI:

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

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 3.0.0

#changelog">Changelog