Date | 2023-05-18 (547 days ago) |
---|---|
Downloads | 1,071 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
">InstallationTo 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
">Changelogde984ea
)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.