MarcelDigital.UmbracoExtensions.XmlSitemap
2.0.0-beta3
This is a prerelease version of MarcelDigital.UmbracoExtensions.XmlSitemap.
dotnet add package MarcelDigital.UmbracoExtensions.XmlSitemap --version 2.0.0-beta3
NuGet\Install-Package MarcelDigital.UmbracoExtensions.XmlSitemap -Version 2.0.0-beta3
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="MarcelDigital.UmbracoExtensions.XmlSitemap" Version="2.0.0-beta3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MarcelDigital.UmbracoExtensions.XmlSitemap --version 2.0.0-beta3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MarcelDigital.UmbracoExtensions.XmlSitemap, 2.0.0-beta3"
#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 MarcelDigital.UmbracoExtensions.XmlSitemap as a Cake Addin #addin nuget:?package=MarcelDigital.UmbracoExtensions.XmlSitemap&version=2.0.0-beta3&prerelease // Install MarcelDigital.UmbracoExtensions.XmlSitemap as a Cake Tool #tool nuget:?package=MarcelDigital.UmbracoExtensions.XmlSitemap&version=2.0.0-beta3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Umbraco extension to output an xml sitemap.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. 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.
-
- UmbracoCms.Core (>= 7.0.0)
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 |
---|---|---|
2.0.0-beta3 | 855 | 5/23/2017 |
2.0.0-beta2 | 749 | 5/23/2017 |
2.0.0-beta1 | 761 | 5/23/2017 |
1.1.2 | 1,483 | 8/6/2020 |
1.1.1 | 1,133 | 9/18/2019 |
1.1.0 | 596 | 9/17/2019 |
1.1.0-beta1 | 454 | 9/17/2019 |
1.0.13 | 4,273 | 2/20/2017 |
1.0.12 | 1,171 | 10/25/2016 |
1.0.12-rc2 | 796 | 10/4/2016 |
1.0.11-rc6 | 1,255 | 9/22/2016 |
1.0.11-rc5 | 1,173 | 9/21/2016 |
Create custom engines by implementing the IEngine interface to splice in other sitemap items into the
generator.
Breaking Changes:
IEngine's run method now returns a IEnumberable of ISitemapContent
IXmlSitemapGenerator's generate method now takes in a IEnumberable of ISitemapContent