Version 2.0.5

Date 2023-05-18 (479 days ago)
Downloads 976 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

New release for Umbraco 10 and 11 🎉

#installation">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">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.