Version 1
Version 1 of this package targets Umbraco 7.
Installation
Via NuGet
Install the NuGet Package in your Visual Studio project. Makes updating easy:
To install the package via NuGet, either use the .NET CLI:
dotnet add package Skybrud.Umbraco.Redirects --version 1.0.2
or the NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects -Version 1.0.2
Download ZIP
Grab a ZIP file of the latest release; unzip and move the contents to the root directory of your web application.