Skip to content

v1.0.0-alpha002

Pre-release
Pre-release
Compare
Choose a tag to compare
@abjerner abjerner released this 17 Mar 17:33
· 32 commits to v1/main since this release

New alpha release πŸŽ‰

Installation

To install the package via NuGet, you can use either .NET CLI:

dotnet add package Limbo.Umbraco.YouTube --version 1.0.0-alpha002

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.YouTube -Version 1.0.0-alpha002

Changelog

  • Updated Skybrud.Social.Google.YouTube dependency (see 25686a6)

  • Fixed issue with duplicate JSON property names (see e4afc2e)

  • Improved how YouTubeValue, YouTubeVideoDetails and YouTubeEmbed instances are serialized (see 988e18e)