v1.0.0-beta015
abjerner
released this
13 Apr 09:36
·
67 commits
to v2/main
since this release
New beta release for Umbraco 7.
Installation
Install via NuGet - either via the .NET CLI:
dotnet add package Skybrud.VideoPicker --version 1.0.0-beta015
or the NuGet package manager:
Install-Package Skybrud.VideoPicker -Version 1.0.0-beta015
Changelog
- Updated the Skybrud.Social.TwentyThree dependency (see 47448ab)
Newer versions of Skybrud.Social.TwentyThree contains a number of breaking changes. These changes don't require any code changes within this package, as buildingSkybrud.VideoPicker.dll
against the newestSkybrud.Social.TwentyThree.dll
is enough.