Constellation.Feature.SitemapXml 9.0.8.20960

There is a newer version of this package available.
See the version list below for details.
dotnet add package Constellation.Feature.SitemapXml --version 9.0.8.20960
NuGet\Install-Package Constellation.Feature.SitemapXml -Version 9.0.8.20960
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="Constellation.Feature.SitemapXml" Version="9.0.8.20960" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Constellation.Feature.SitemapXml --version 9.0.8.20960
#r "nuget: Constellation.Feature.SitemapXml, 9.0.8.20960"
#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 Constellation.Feature.SitemapXml as a Cake Addin
#addin nuget:?package=Constellation.Feature.SitemapXml&version=9.0.8.20960

// Install Constellation.Feature.SitemapXml as a Cake Tool
#tool nuget:?package=Constellation.Feature.SitemapXml&version=9.0.8.20960

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

The Feature.SitemapXml namespace contains Http Handlers which intercept the request before it hits Sitecore. The /robots.txt handler returns
a basic document stating that all agents have access to the sitemap.xml file. (there is an option to explicitly deny all agents as well).

For /sitemap.xml, the request is passed to a Sitemap Generator, which uses a Crawler to identify which Items to put in the resulting
XML document. The Generator also uses a Node class to parse the Items to identify what information belongs in each of the Items' records
in the XML output. Because this document can be expensive to generate, there is a built-in caching mechanism.

This library supports "global" defaults in the Sitecore *.config files, as well as Site-specific settings.

The system will function on a basic level "out of the box". Developers are encouraged to extend/replace the crawler and node classes for their
solution and/or individual Helix Projects within the solution to better suit their needs.

Configured for use with Sitecore 9.0.
Requires Sitecore 9.0 NuGet packages, available here: https://sitecore.myget.org/F/sc-packages/api/v3/index.json

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.10.16993 1,068 4/27/2018
9.0.9.26228 1,040 4/26/2018
9.0.8.20960 1,022 2/12/2018
9.0.8.19739 988 2/12/2018
9.0.7.18472 923 2/8/2018
9.0.7.18231 1,030 2/8/2018
9.0.7.17292 994 2/8/2018
9.0.1.27364 976 2/7/2018

Reduced restrictions on Sitecore.Kernel and turned off copy local.