ParkSquare.AspNetCore.Sitemap 1.2.62
Automatic generation of sitemap.xml and robots.txt for ASP.NET Core application. Uses routing tables to generate a standards compliant sitemap file. Includes HTTPs override, and controller or action level exclusions.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>ParkSquare.AspNetCore.Sitemap</id>
<version>1.2.62</version>
<authors>Jon Meesam</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<icon>icon.png</icon>
<readme>README.md</readme>
<projectUrl>https://www.parksq.co.uk/dotnet-core/sitemap-robots-generator</projectUrl>
<description>Automatic generation of sitemap.xml and robots.txt for ASP.NET Core application. Uses routing tables to generate a standards compliant sitemap file. Includes HTTPs override, and controller or action level exclusions.</description>
<copyright>Copyright © 2021 Park Square Consulting Ltd</copyright>
<tags>sitemap robots dotnetcore asp.net xml search generator mvc seo googlebot sitemap.xml robots.txt</tags>
<dependencies>
<group targetFramework=".NETCoreApp2.0">
<dependency id="Microsoft.AspNetCore.Http.Abstractions" version="2.2.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.AspNetCore.Mvc.Core" version="2.2.5" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>