Skip to content

Releases: limbo-works/Limbo.Umbraco.Video

v1.0.0-beta002

19 Apr 08:48
Compare
Choose a tag to compare

New beta release 🎉

Installation

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

dotnet add package Limbo.Umbraco.Video --version 1.0.0-beta002

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 1.0.0-beta002

Changelog

  • The .targets file should be added to buildTransitive folder instead of build (see f82b2c4)
    This should help ensuring that assets are also added to the consuming project even when this package isn't a direct dependency.

  • Updated the Skybrud.Essentials dependency (see 77a5884)
    The dependency was updated to the latest version.

v1.0.0-beta001

23 Mar 15:08
Compare
Choose a tag to compare

First beta release 🎉

Installation

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

dotnet add package Limbo.Umbraco.Video --version 1.0.0-beta001

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.Video -Version 1.0.0-beta001