Version 13.0.2

Date 2024-01-06 (314 days ago)
Downloads 6,900 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 8
Umbraco Versions Umbraco 13

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

#installation">Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 13.0.2

#changelog">Changelog

  • Removed targets file (see 5b7a98d)
    The targets file is included in the v4 releases to clean up if after the V3 package or v4.0.0. From v4.0.1 and up, the package has been a Razor Class Library, meaning the targets file hasn't really been necessary for a while.

  • Minor updates to the manifest filter (see 542fb18)
    Internal change that doesn't affect the package usage.