Version 1.0.1

Date 2025-04-01 (2 days ago)
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 2.0

#installation">Installation

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

dotnet add package Skybrud.Social.Google.YouTube --version 1.0.1

or the older NuGet Package Manager:

Install-Package Skybrud.Social.Google.YouTube -Version 1.0.1

#changelog">Changelog

  • Removed EOL target frameworks (and .NET Framework 4.7) (see 449e415)
    .NET Stadnard 1.3, .NET Framework 4.5 and .NET Framework 4.6 are all end-of-life, and .NET Framework 4.7 is still indirectly supported through .NET Standard 2.0.

  • Updated the Skybrud.Essentials.Http and Skybrud.Social.Google dependencies (see 03953f3 and 1b49c80)
    Might as well update to the newest versions. For Skybrud.Essentials.Http, this also means that we get the latest version of Skybrud.Essentials as a transitive dependency.

  • Added models for additional parts of error responses (see d0cebba)
    When an error occurs when calling the YouTube API, the API will respond back with an error object. More properties of the underlying JSON structure are now mapped to similar properties in C#/.NET.