Version 1.1.2

Date 2025-09-01 (15 days ago)
Downloads 167 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 2.0 .NET 8

#target-frameworks">Target Frameworks

  • .NET Standard 2.0 and .NET 8

#installation">Installation

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

dotnet add package Skybrud.Social.Vimeo --version 1.1.2

or the NuGet Package Manager:

Install-Package Skybrud.Social.Vimeo -Version 1.1.2

#changelog">Changelog

  • Introduced new VimeoAccountType enum values (see bc52236)
    We've encountered a user with custom as the account type, although this value isn't mentioned in Vimeo's own documentation of possible values. Prior to this commit, unrecognized values would trigger an exception, thus being unable to fetch affected videos/user.

    To avoid a similar issues going forward, if the account property is omitted or empty, the type will be parsed to Unspecified, whereas an unrecognized value will be parsed to Unrecognized.

  • Updated the Skybrud.Essentials dependencies (see c9c7987)
    Both Skybrud.Essentials and Skybrud.Essentials.Http were to releases behind, so they have been updated to v1.1.60 and v1.2.2 respectively.