Version 1.1.56

Date 2024-02-06 (283 days ago)
Downloads 12K downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 1.1 .NET Standard 1.3 .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7 .NET 4.8 .NET 5 .NET 6 .NET 7

#installation">Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Skybrud.Essentials --version 1.1.56

or the NuGet Package Manager:

Install-Package Skybrud.Essentials -Version 1.1.56

#changelog">Changelog

  • The JsonObjectBaseConverter class shouldn't be internal (see 58c34a7)
    Class was copied from a client project, and I didn't notice the class was internal. It should be public in order for it to be used outside of the package.