Skip to content

v2.0.5

Compare
Choose a tag to compare
@abjerner abjerner released this 18 May 11:25
· 13 commits to v2/main since this release

New release for Umbraco 10 and 11 🎉

Installation

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

dotnet add package Limbo.Umbraco.Video --version 2.0.5

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 2.0.5

Changelog

  • Added missing space to comma separator (see de984ea)
    The limboVideoDuration package within this package uses as comma as separator when a duration is specified in more than two parts/units. In previous releases, the separator was lacking a trailing space, which has now been added in this release. This means that a duration like 4 hours,14 minutes and 23 seconds will be formatted as 4 hours, 14 minutes and 23 seconds instead.