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.