Skip to content

Releases: abjerner/Skybrud.Social.Instagram

v1.0.0-beta008

12 Feb 23:14
Compare
Choose a tag to compare

Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Skybrud.Social.Instagram --version 1.0.0-beta008

or the NuGet package manager:

Install-Package Skybrud.Social.Instagram -Version 1.0.0-beta008

Changelog

  • Updated the Skybrud.Essentials.Http dependency (see 831a44b)
    With this release, the dependency is updated from v1.1.0 to v1.1.4. Changes include:

    • support for nullable reference types
    • additional logic for parsing JSON via the Skybrud.Essentials dependency
  • Added support for nullable reference types (see d2d5df5)
    The package now natively uses nullable reference types for improved quality and code analysis.

  • Improved exception handling (see de316b6)
    This release introduces some additional exception classes that can describe specific errors in greater detail.

  • Added support for specifying the API version to be used (see 274a8fa)
    For the implementation for the Instagram Graph API, the package doesn't specify an explicit version of the API to be used, but instead leaves it up to the API to determine the version based on the Facebook app used for accessing the API. With this release, it's now possible to specify an explicit version to be used.

  • List based classes now implement IReadOnlyList<T> (see 0e533fc)
    The package contains various classes that represent some kind of list. With this release, those classes now all implement the IReadOnlyList<T> interface.

v1.0.0-beta007

04 Sep 13:28
Compare
Choose a tag to compare

Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Skybrud.Social.Instagram --version 1.0.0-beta007

or the NuGet package manager:

Install-Package Skybrud.Social.Instagram -Version 1.0.0-beta007

Changelog

This release mostly contains code cleanup, but also includes:

  • Dropped .NET Framework as target framework
    The package now only contains a DLL for .NET Standard 1.3, but both .NET Framework and .NET are indirectly supported as they build on top of .NET Standard.

  • Various properties have been from converted from T[] to IReadOnlyList<T>
    Since returned data is not really meant to be modified, array properties have now been updated to use IReadOnlyList<T> instead.

  • Updated Skybrud.Essentials.Http dependency
    With this release, the Skybrud.Essentials.Http dependency has been updated to the most recent version.

Skybrud.Social.Instagram v1.0.0-beta006

28 Feb 17:47
Compare
Choose a tag to compare
Pre-release

Installation

Changelog

Skybrud.Social.Instagram v1.0.0-beta005

14 Feb 21:21
Compare
Choose a tag to compare
Pre-release

Installation

Changelog

Skybrud.Social.Instagram v1.0.0-beta4

10 Jul 08:27
Compare
Choose a tag to compare
Pre-release

Installation

Skybrud.Social.Instagram v1.0.0-beta3

29 Jan 19:05
Compare
Choose a tag to compare
Pre-release

Installation

Skybrud.Social.Instagram v1.0.0-beta2

27 Apr 19:30
Compare
Choose a tag to compare

Skybrud.Social.Instagram v1.0.0-beta1

06 Mar 17:38
Compare
Choose a tag to compare