| Date | 2023-10-03 (760 days ago) |
|---|---|
| Downloads | 3,349 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 6 |
| Umbraco Versions | Umbraco 10 Umbraco 11 Umbraco 12 |
New release for Umbraco 10+. This release will not work on older versions of Umbraco.
.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.16Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.16Updated package manifest filter to set PackageId property in Umbraco 12 (see ed9ffe9)
In Umbraco 12, the PackageManifest class now has a PackageId property to indicate the NuGet ID of a package. As of this release, the package uses reflection to set this property when the package is used with Umbraco 12.
Updated the Skybrud.Essentials dependency (see f42901a)
Updated the dependency from v1.1.48 to v1.1.52.