Version 10.0.0-beta002

Beta
Date 2024-08-30 (77 days ago)
Downloads 476 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

New beta release for Umbraco 10+ 🎉

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.Seo --version 10.0.0-beta002

NuGet Package Manager:

Install-Package Limbo.Umbraco.Seo -Version 10.0.0-beta002

#changelog">Changelog

  • Fixed encoding in sitemap XML declaration (see 02f1fab)
    Sitemaps should be UTF-8, but .NET will generate an XML declaration where the encoding attribute is utf-16. With this release, the attribute is now instead utf-8 as expected.