Constellation.Feature.Redirects by Elizabeth Spranzani, Steven Striga, Richard Leiva, Richard J. Cabral

<PackageReference Include="Constellation.Feature.Redirects" Version="10.0.3.29515" />

 Constellation.Feature.Redirects 10.0.3.29515

Compatible with Sitecore 10.0 Requires Sitecore 10.0 Requires .NET Framework 4.8 Constellation is a collection of utilities for .NET CMS implementers. The Feature.Redirects namespace contains two discrete functional components: Page Redirects: Items that are meant to be interspersed with Page type Items in the content tree so that dynamically generated navigation will list these Items as if they were part of that tree branch, although the actual target is elsewhere, or an entirely different site altogether. Marketing Redirects: Items that represent "short, catchy" URLs that then redirect deeper into the site. Also a way to teach search engines about URLs that have been permanently relocated. Marketing Redirects are managed through a discrete "application" in the Sitecore desktop. Exporting and importing redirect lists is supported. All redirects are tested for validity before they are allowed to be imported. The porting and development of this library has been kindly supported by Verndale (verndale.com)

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Constellation.Feature.Redirects</id>
    <version>10.0.3.29515</version>
    <title>Constellation.Feature.Redirects</title>
    <authors>Elizabeth Spranzani, Steven Striga, Richard Leiva, Richard J. Cabral</authors>
    <owners>Richard J. Cabral</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://constellation4sitecore.com/feature/redirects/</projectUrl>
    <iconUrl>https://constellation4sitecore.com/wp-content/uploads/2019/04/Constellation.png</iconUrl>
    <description>Compatible with Sitecore 10.0
Requires Sitecore 10.0
Requires .NET Framework 4.8

Constellation is a collection of utilities for .NET CMS implementers.

The Feature.Redirects namespace contains two discrete functional components:

Page Redirects: Items that are meant to be interspersed with Page type Items in the content tree so that dynamically generated navigation
will list these Items as if they were part of that tree branch, although the actual target is elsewhere, or an entirely different site altogether.

Marketing Redirects: Items that represent "short, catchy" URLs that then redirect deeper into the site. Also a way to teach search engines
about URLs that have been permanently relocated. Marketing Redirects are managed through a discrete "application" in the Sitecore desktop.
Exporting and importing redirect lists is supported. All redirects are tested for validity before they are allowed to be imported.

The porting and development of this library has been kindly supported by Verndale (verndale.com)</description>
    <summary>Sitecore Helix-style library that adds author-controlled Http Redirect capabilities.</summary>
    <releaseNotes>Fixed a bug where redirectable URLs with querystring parameters were not including the querystring in the redirect search.</releaseNotes>
    <copyright>Copyright 2019</copyright>
    <tags>Sitecore, Sitecore Helix</tags>
    <repository type="git" url="https://github.com/constellation4sitecore/constellation-sitecore9.git" />
    <dependencies>
      <dependency id="Constellation.Foundation.Contexts" version="10.0.0.22019" />
      <dependency id="Constellation.Foundation.Data" version="10.0.1.23619" />
      <dependency id="Constellation.Foundation.ModelMapping" version="10.0.6.24075" />
      <dependency id="Constellation.Foundation.PackageVerification" version="10.0.1.16481" />
      <dependency id="Sitecore.Client" version="10.0.0" />
      <dependency id="Sitecore.ContentSearch" version="10.0.0" />
      <dependency id="Sitecore.Mvc" version="10.0.0" />
    </dependencies>
  </metadata>
</package>