ParkSquare.AspNetCore.Sitemap 1.0.1
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.0.1</version>
<authors>Jon Meesam</authors>
<owners>Jon Meesam</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://www.parksq.co.uk/pscl_mit_licence.txt</licenseUrl>
<projectUrl>https://www.parksq.co.uk/dotnet-core/sitemap-robots-generator</projectUrl>
<iconUrl>https://en.gravatar.com/userimage/64673125/6b262bb927d1ab72c7ec4bae95897dea.png</iconUrl>
<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 © 2020 Park Square Consulting Ltd</copyright>
<tags>sitemap robots dotnetcore asp.net xml search generator mvc</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>