Releases: abjerner/Skybrud.Social
Releases · abjerner/Skybrud.Social
Skybrud.Social.Core v1.0.11
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)
andBody.Length
could differ, causing the request code to fail (see 79919bc).
Skybrud.Social.Core v1.0.10
Skybrud.Social.Core v1.0.9
Installation
Changelog
-
Added .NET Standard 2.0 as a target framework
-
Added more properties to the
SocialHttpRequest
class
Skybrud.Social.Core v1.0.8
Installation
Changelog
- As .NET Standard 1.3 does not include the
NameValueCollection
class, all references to the class was removed forv1.0.0
of this package. TheNameValueCollection
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
Installation
Changelog
- The
SocialHttoPostData
andSocialHttpQueryString
can now both be initialized from an instance ofNameValueCollection
(only available for .NET framework versions) (see 280ba1b).
Skybrud.Social.Core v1.0.6
Installation
Changelog
-
Added overload for the
Set
method in theSocialHttpPostData
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
Installation
Changelog
Skybrud.Social.Core v1.0.4
Installation
Changelog
Skybrud.Social.Core v1.0.3
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
Installation
Changelog
- The classes
SocialHttpQueryString
,SocialHttpAdvancedQueryString
,SocialHttpPostData
andSocialHttpHeaderCollection
now support collection initializers (see 6e675ad).