Skip to content

Releases: abjerner/Skybrud.Social.Facebook

v1.0.0-beta006

13 Feb 22:14
Compare
Choose a tag to compare

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

29 Apr 19:44
Compare
Choose a tag to compare
Pre-release

Installation

Changelog

  • The SortDate property in the FacebookPost class now returns an instead of EssentialsDateTime instead of DateTime (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 and StoryTags properties to the FacebookPost class (see 205ffd8).

  • Added FullPicture property to the FacebookPost class (see 687a4ce).

  • Added Privacy property to the FacebookPost class (see 258146f).

  • Added Attachments property to the FacebookPost class (see 07dc3dd).

Skybrud.Social.Facebook v1.0.0-beta4

29 Jan 18:04
Compare
Choose a tag to compare
Pre-release

Skybrud.Social.Facebook v1.0.0-beta3

05 Jul 20:13
Compare
Choose a tag to compare

Skybrud.Social.Facebook v1.0.0-beta2

13 Mar 21:17
Compare
Choose a tag to compare

Skybrud.Social.Facebook v1.0.0-beta1

06 Mar 17:05
Compare
Choose a tag to compare