Version 16.0.2

Date 2025-11-19 (17 days ago)
Downloads 726 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 9
Umbraco Versions Umbraco 16

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

Installation

Via NuGet:

.NET CLI:

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

NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 16.0.2

Changelog

  • Added support for SQLite (see #228)
    An internal migration would fail when using SQLite as database type as SQLite doesn't support chaning the nullability of columns through alter table queries. Thanks to a PR from @glitchedmob, the migration will now re-create the table instead for SQLite.