ScriptBloxAPI 5.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ScriptBloxAPI --version 5.0.0                
NuGet\Install-Package ScriptBloxAPI -Version 5.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ScriptBloxAPI" Version="5.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScriptBloxAPI --version 5.0.0                
#r "nuget: ScriptBloxAPI, 5.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ScriptBloxAPI as a Cake Addin
#addin nuget:?package=ScriptBloxAPI&version=5.0.0

// Install ScriptBloxAPI as a Cake Tool
#tool nuget:?package=ScriptBloxAPI&version=5.0.0                

<img src="https://i.imgur.com/GNl1rmF.png" width="555" height="258">

C# Windows Support Server GitHub Nuget All Releases alternate text is missing from this package README image

License

MIT

Documentation: https://api.irisapp.ca/Docs/ScriptBloxAPI/

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

- 5.0.0
       * Added an internal convert to WebP Method, 'ConvertWebPToBitmapInternal'
       * Changed internl C# Language to 'latest'
       * Updated 'NetCore.Platforms' -> 7.0.4
       * Updated 'Fody' -> 6.8.0
       * Fixed bug with 'GetSlugsFromResults' throwing a 'Cannot access child value on Newtonsoft.Json.Linq.JValue.'

       + Added UserAgent to HttpClient to help usage control
       + Created a new script Method 'GetScriptsWithFilter, GetScriptsWithFilterAsync'
       + Created new Enum for Filters 'ScriptsMethod.FilterType' to be used with the new methods.