Version 1.0.0

Date 2024-01-09 (311 days ago)
Downloads 123 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.5
Umbraco Versions Umbraco 7

First stable release for Umbraco 7.

This package has been in beta for a while since I never really got the time to fully wrap it up. On the other hand we're in a place where we haven't made any significant changes for a while, and Umbraco 7 is now EOL. So as a result of this, I'm now releasing the first (and probably last) stable release for Umbraco 7.

#installation">Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Skybrud.VideoPicker --version 1.0.0

or the NuGet Package Manager:

Install-Package Skybrud.VideoPicker -Version 1.0.0

#changelog">Changelog

  • **Replaced the Skybrud.Social.Google with the Skybrud.Social.Google.YouTube package (see 79a0a65)
    When still in beta, the Skybrud.Social.Google package included the implementation for YouTube as well as other Google service, but before coming out of beta, the package was separated into individual packages for each service. As such the YouTube implementation is now available via the Skybrud.Social.Google.YouTube instead. The Skybrud.Social.Google package is still used, but now as a derived dependency of Skybrud.Social.Google.YouTube.