UrlTracker 3.7.0

dotnet add package UrlTracker --version 3.7.0
NuGet\Install-Package UrlTracker -Version 3.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UrlTracker" Version="3.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UrlTracker --version 3.7.0
#r "nuget: UrlTracker, 3.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install UrlTracker as a Cake Addin
#addin nuget:?package=UrlTracker&version=3.7.0

// Install UrlTracker as a Cake Tool
#tool nuget:?package=UrlTracker&version=3.7.0

The Url Tracker is used to manage URLs within umbraco. It automatically tracks URL changes, for instance when a node is renamed, and makes sure the old URL will redirect to the new location. This is great for SEO and great for people visiting your website via this old URL. Search engines will update the indexed URL and people won't visit the old, broken URL.
You can also create your own redirects, based on a simple URL or using a Regex pattern. You can redirect to an existing node or a manually entered URL. This is great for migrating existing indexed URLs to your new website!

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.7.0 235 5/1/2015
3.6.1 194 3/21/2015
3.6.0 38 3/21/2015
3.5.0 109 2/20/2015
3.4.0 329 1/28/2015
3.3.0 172 12/19/2014

[BugFix] Exception on install ([#70](https://github.com/kipusoep/UrlTracker/issues/70))