Releases: abjerner/Skybrud.Social.Twitter
Releases · abjerner/Skybrud.Social.Twitter
v1.0.0-beta008
Installation
Install the NuGet package - either via the .NET CLI:
dotnet add package Skybrud.Social.Twitter --version 1.0.0-beta008
or the NuGet package manager:
Install-Package Skybrud.Social.Twitter -Version 1.0.0-beta008
Skybrud.Social.Twitter 1.0.0-beta007
Installation
Changelog
-
Fixed an incorrect value check for
PostStatusMessage
methods (see df92566)
An empty value check was incorrectly negated in the method, which as a result would prevent posting new tweets. -
Replaced Skybrud.Social.Core with Skybrud.Essentials.Http (see 34dd74f)
As the code in Skybrud.Social.Core has use cases beyond just Skybrud.Social, the code has been copied to Skybrud.Essentials.Http, which then should be used instead going forward.
Skybrud.Social.Twitter 1.0.0-beta006
Installation
Skybrud.Social.Twitter 1.0.0-beta005
Installation
Changelog
- Fixed a bug in the
TwitterGetUserOptions
class preventing developers from looking up a user by a screen name (see 697e1e5).
Skybrud.Social.Twitter 1.0.0-beta004
Installation
Changelog
- Added support for more target frameworks. The package is now build for .NET Standard 1.3, .NET Framework 4.5 and .NET Framework 4.6.