Skip to content

Releases: abjerner/Skybrud.Social.Twitter

v1.0.0-beta008

04 Sep 14:30
Compare
Choose a tag to compare

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

28 Feb 19:46
Compare
Choose a tag to compare
Pre-release

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

22 Apr 21:34
Compare
Choose a tag to compare
Pre-release

Installation

Skybrud.Social.Twitter 1.0.0-beta005

16 Feb 11:57
Compare
Choose a tag to compare
Pre-release

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

28 Jan 21:33
Compare
Choose a tag to compare
Pre-release

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.

Skybrud.Social.Twitter 1.0.0-beta003

24 Jan 20:45
Compare
Choose a tag to compare
Pre-release

Installation

Skybrud.Social.Twitter 1.0.0-beta002

26 Nov 22:35
Compare
Choose a tag to compare

Skybrud.Social.Twitter 1.0.0-beta001

01 Dec 22:36
Compare
Choose a tag to compare