Version 1.0.0-alpha005

Alpha
Date 2022-09-23 (784 days ago)
Downloads 637 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

New alpha release for Umbraco 9 🎉

#installation">Installation

Via NuGet:

dotnet add package Limbo.Umbraco.Spa --version 1.0.0-alpha005

or:

Install-Package Limbo.Umbraco.Spa -Version 1.0.0-alpha005

#changelog">Changelog

  • Fixed meta data factory Open Graph title (see 8548914)
    The Open Graph title is now based on metaData.Title instead of content.Name. This means that the title for both Open Graph and Twitter Cards can be controlled via the SpaMetaDataFactory.GetTitle method.