Date | 2022-04-19 (941 days ago) |
---|---|
Downloads | 1,058 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 5 |
Umbraco Versions | Umbraco 9 |
New beta release 🎉
#installation
">InstallationTo 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
">ChangelogThe .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.