Releases: abjerner/Skybrud.Social.Facebook
v1.0.0-beta006
Installation
Install via NuGet - either via the .NET CLI:
dotnet add package Skybrud.Social.Facebook --version 1.0.0-beta006
or the NuGet package manager:
Install-Package Skybrud.Social.Facebook -Version 1.0.0-beta006
Changelog
This is the first release for almost four years, so this release and future releases will focus on bringing the the code and the package up to date. For this release specifically, this means updating the dependencies, adding support for nullable reference types and newer C# features in general. It also focuses on cleaning up most of the code around posts and pages.
Skybrud.Social.Facebook v1.0.0-beta5
Installation
Changelog
-
The
SortDate
property in theFacebookPost
class now returns an instead ofEssentialsDateTime
instead ofDateTime
(see b66799a). -
The constants for fields have now been updated according to the documentation for
v2.12
of the Graph API (see 17481e6). -
Updated the Skybrud.Social.Core dependency to version
v1.0.6
(see df9e8af). -
Added
MessageTags
andStoryTags
properties to theFacebookPost
class (see 205ffd8). -
Added
FullPicture
property to theFacebookPost
class (see 687a4ce). -
Added
Privacy
property to theFacebookPost
class (see 258146f). -
Added
Attachments
property to theFacebookPost
class (see 07dc3dd).