Version 4.0.0-alpha003

Alpha
Date 2023-02-08 (646 days ago)
Downloads 7,622 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

#installation">Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Skybrud.Umbraco.Redirects.Import --version 4.0.0-alpha003

or the NuGet package manager:

Install-Package Skybrud.Umbraco.Redirects.Import -Version 4.0.0-alpha003

#changelog">Changelog

  • Fixed issue with the import not parsing the forward query string option (see #6 and d007d26)
    I had already implemented the method for parsing the forward query string option, but somehow missed calling the methods. Thanks to @garpunkal rectifying this through a PR 👍

  • Updated Skybrud dependencies (see d12ba6c)
    The Skybrud.Essentials dependency was updated from v1.1.43 to v1.1.47, and the Skybrud.Umbraco.Redirects dependency was updated from v4.0.6 to 4.0.7.

  • Added support for nullable reference types
    Since a lot of the code in this package was developed before nullable reference types was a thing, the package hasn't supported nullable reference types. But it does now.