| Date | 2025-09-01 (75 days ago) |
|---|---|
| Downloads | 289 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET Standard 2.0 .NET 8 |
To install the package via NuGet, you can use either .NET CLI:
dotnet add package Skybrud.Social.Vimeo --version 1.1.2or the NuGet Package Manager:
Install-Package Skybrud.Social.Vimeo -Version 1.1.2Introduced 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.