Version 17.0.0-beta002

Beta
Date 2025-11-19 (17 days ago)
Downloads 529 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 10

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

Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 17.0.0-beta002

NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 17.0.0-beta002

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.