Version 1.0.0-beta007

Beta
Date 2022-09-04 (743 days ago)
Downloads 111 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 1.3

#installation">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">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.