Date | 2023-10-03 (409 days ago) |
---|---|
Downloads | 3,216 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.
#installation
">Installation.NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.16
Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.16
#changelog
">ChangelogUpdated 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
.