Releases: limbo-works/Limbo.Umbraco.Video
v13.0.0
First release for Umbraco 13. This release will not work with other versions of Umbraco.
Installation
To install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.Video --version 13.0.0
or the NuGet Package Manager:
Install-Package Limbo.Umbraco.Video -Version 13.0.0
v2.0.7
v2.0.6
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.6
or the older NuGet Package Manager:
Install-Package Limbo.Umbraco.Video -Version 2.0.6
Changelog
-
Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see f6e83f5)
As Umbraco 12 was released earlier this week, and no changes are required for the package to run on Umbraco 12, the upper bound of the Umbraco dependencies has been raised to allow running on Umbraco 12. -
Updated package manifest filter to set
PackageId
property in Umbraco 12 (see 5644ff3)
In Umbraco 12, thePackageManifest
clas now has aPackageId
property to indicate the NuGet ID of a package. As of this release, the package uses reflection to set this property when the package is used with Umbraco 12. -
Updated the Skybrud.Essentials dependency (see fc856f6)
Might as well reference the newest version.
v2.0.5
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)
ThelimboVideoDuration
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.
v2.0.4
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.4
or the older NuGet Package Manager:
Install-Package Limbo.Umbraco.Video -Version 2.0.4
Changelog
-
Updated the Skybrud.Essentials dependency (see daa3c10)
Doesn't do much on it's own, but now packages having Limbo Video as a dependency will also have the latest version of Skybrud.Essentials. -
Updated the information the package exposes about it self (see f4ab73b)
The manifest filter within the package now specifies both the package name and version, as well as opt-ins for Umbraco's package telemetry.
v2.0.3
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.3
or the older NuGet Package Manager:
Install-Package Limbo.Umbraco.Video -Version 2.0.3
Changelog
-
Added new
Provider
property to theIVideoValue
interface (see bb20a37)
TheIVideoValue
now exposes aIVideoProvider
instance via the newProvider
property with a bit of information about the video provider. -
Added upper bound for Umbraco dependencies (see a0085d8)
The v1 releases specifically target Umbraco 10 and 11, so now the Umbraco dependencies of the NuGet package correctly reflect this.
v1.0.0
First stable release for Umbraco 9. This will not work with other version of Umbraco.
Installation
To install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.Video --version 1.0.0
or the older NuGet Package Manager:
Install-Package Limbo.Umbraco.Video -Version 1.0.0
Changelog
v2.0.2
New release for Umbraco 10 🎉
Installation
To install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.Video --version 2.0.2
or the older NuGet Package Manager:
Install-Package Limbo.Umbraco.Video -Version 2.0.2
Changelog
-
Marking relevant properties as nullable (see 4b01068)
Certain reference type properties where the value may be null has now been marked as nullable. -
IVideoValue.Video
property bas been renamed toIVideoValue.Details
(see e91addd)
The new name better describes the purpose of the property - and also fits better with values like TwentThree spots, YouTube shorts etc.