Version 10.0.1

Date 2025-03-05 (55 days ago)
Downloads 279 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11 Umbraco 12

First stable release for Umbraco 10+ 🎉

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Limbo.Umbraco.Seo --version 10.0.1

NuGet package manager:

Install-Package Limbo.Umbraco.Seo -Version 10.0.1

#changelog">Changelog

  • Fixed culture issue in SitemapPriorityValueConverter (see 013fddd)
    The parsing should be culture invariant and not based on the current culture, as we can't control of the culture used when calling the value converter.