Date | 2022-11-29 (717 days ago) |
---|---|
Downloads | 300 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 5 |
Umbraco Versions | Umbraco 9 |
First stable release for Umbraco 9. This release will not work with other versions of Umbraco.
#installation
">InstallationTo install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.YouTube --version 1.0.0
or the older NuGet Package Manager:
Install-Package Limbo.Umbraco.YouTube -Version 1.0.0
#changelog
">ChangelogAdded upper bound for Umbraco dependencies (see 011de81
)
The v1
releases specifically targets Umbraco 9, so now this is reflected in the NuGet dependencies.
Fixing a few UI bugs in the property editors (see 89b683d
)
The property editor had a few minor bugs, which now has been fixed.
Updated Skybrud and Limbo dependencies (see 0c07178
)
Among other things, this ensures that we're no longer using pre-release versions of our Skybrud and Limbo dependencies.