Version 1.1.0

Date 2025-03-04 (9 days ago)
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 2.0 .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.0

or the NuGet Package Manager:

Install-Package Skybrud.Social.Vimeo -Version 1.1.0
  • Removed .NET Standard 1.3 as target framework (see 64f16e1)
    .NET Standard 1.3 is EOL an Microsoft recommends no longer targeting this.

  • Removed .NET Framework as target framework (see b092134)
    .NET Framework 4.5, .NET Framework 4.6 and .NET Framework 4.7 are no longer directly supported. .NET Framework 4.5 and .NET Framework 4.6 are already EOL, and .NET Framework 4.7 is still indirectly supported through .NET Standard 2.0.

  • Added .NET 8 as an additional target framework (see 83f9915)
    Adding .NET 8 as a target framework allows use of newer language features - e.g. required properties.

  • Updated the Skybrud.Essentials and Skybrud.Essentials.Http dependencies (see 64f16e1)
    Always good bumping these to the latest versions.