Skip to content

Releases: abjerner/Skybrud.Social

Skybrud.Social.Core v1.0.11

08 Dec 23:20
Compare
Choose a tag to compare

Installation

Changelog

  • Fixed an issue with incorrect request body length due to multi-byte characters. As some characters may take up more than one byte, the length of Encoding.UTF8.GetBytes(Body) and Body.Length could differ, causing the request code to fail (see 79919bc).

Skybrud.Social.Core v1.0.10

08 Sep 16:43
Compare
Choose a tag to compare

Skybrud.Social.Core v1.0.9

07 Jul 23:16
Compare
Choose a tag to compare

Installation

Changelog

  • Added .NET Standard 2.0 as a target framework

  • Added more properties to the SocialHttpRequest class

Skybrud.Social.Core v1.0.8

02 Jun 21:40
Compare
Choose a tag to compare

Installation

Changelog

  • As .NET Standard 1.3 does not include the NameValueCollection class, all references to the class was removed for v1.0.0 of this package. The NameValueCollection class does however still have it's purpose, so support has now been added for the .NET Framework versions of this package (see 7795d60).

Skybrud.Social.Core v1.0.7

01 Jun 18:33
Compare
Choose a tag to compare

Installation

Changelog

  • The SocialHttoPostData and SocialHttpQueryString can now both be initialized from an instance of NameValueCollection (only available for .NET framework versions) (see 280ba1b).

Skybrud.Social.Core v1.0.6

28 Apr 18:21
Compare
Choose a tag to compare

Installation

Changelog

  • Added overload for the Set method in the SocialHttpPostData class, which takes an object as the value (see 8b74480).

  • Various code optimizations (see 4e46a2f).

  • Updated the Skybrud.Essentials dependency to v1.1.5 (6dc4413).

  • Added .NET 4.7 as a target framework - in addition to the existing target frameworks (see 3b078d2).

Skybrud.Social.Core v1.0.5

30 Mar 18:55
Compare
Choose a tag to compare

Installation

Changelog

Skybrud.Social.Core v1.0.4

05 Feb 21:01
Compare
Choose a tag to compare

Installation

Changelog

  • The indexer property in the SocialHttpQueryString now also has setter (see acac675 and #71).

  • Introduced the IHttpClient interface (see ba91a44).

Skybrud.Social.Core v1.0.3

04 Feb 12:10
Compare
Choose a tag to compare

Installation

Changelog

  • Updated the Skybrud.Essentials dependency to v1.1.1 (see cfbf894).

  • Fixed a number of issues with the SocialHttpRequest class due to differences between .NET Standard and .NET Framework (see 1e44201).

Skybrud.Social.Core v1.0.2

03 Feb 17:30
Compare
Choose a tag to compare

Installation

Changelog

  • The classes SocialHttpQueryString, SocialHttpAdvancedQueryString, SocialHttpPostData and SocialHttpHeaderCollection now support collection initializers (see 6e675ad).