Date | 2021-11-19 (1,092 days ago) |
---|---|
Downloads | 414 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET Standard 1.3 .NET 4.5 .NET 4.6 .NET 4.7 |
#installation
">Installation#breaking
-changes">Breaking changes🅱️ Renamed the VimeoService
class to VimeoHttpService
(see 7226dc9
)
Although a breaking change, this is done to match the other Skybrud.Social packages and to avoid duplicate names should you have another VimeoService class in your project.
🅱️ Renamed the VimeoVideoPictures
class to VimeoVideoPictureList
(see c8189ed
)
Improved the naming a bit, and better to make breaking changes now than later.
#other
-changes">Other changes🆕 Added support for video files (see #2
, 1a8aac6
and e367bcb
)
Some paid Vimeo subscriptions may expose additional information about the video files of a Vimeo video. Thanks to a PR from @jemayn, this is now supported by this package as well.
🆕 Improvements to the exception handling (see cf5c9f4
and 23e6096
)
internally the VimeoHttpException
class now implements the IHttpException
interface from our Skybrud.Essentials.Http package, as well as extends the new VimeoException
class.
🆕 Updated Skybrud.Essentials.Http dependency to the newest version (see df3f6cc
)
The dependency for our Skybrud.Essentials.Http package has now been updated from v1.0.13
to v1.0.14
.