ScriptBloxAPI 5.0.0
See the version list below for details.
dotnet add package ScriptBloxAPI --version 5.0.0
NuGet\Install-Package ScriptBloxAPI -Version 5.0.0
<PackageReference Include="ScriptBloxAPI" Version="5.0.0" />
paket add ScriptBloxAPI --version 5.0.0
#r "nuget: ScriptBloxAPI, 5.0.0"
// 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">
License
Documentation: https://api.irisapp.ca/Docs/ScriptBloxAPI/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Microsoft.NETCore.Platforms (>= 7.0.4)
- NETStandard.Library (>= 2.0.3)
- Newtonsoft.Json (>= 13.0.3)
- System.Buffers (>= 4.5.1)
- System.Console (>= 4.3.1)
- System.Diagnostics.DiagnosticSource (>= 7.0.2)
- System.Net.Http (>= 4.3.4)
- System.Net.Primitives (>= 4.3.1)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime (>= 4.3.1)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Runtime.Extensions (>= 4.3.1)
- System.Security.Cryptography.Algorithms (>= 4.3.1)
- System.Security.Cryptography.X509Certificates (>= 4.3.2)
- System.Text.RegularExpressions (>= 4.3.1)
- System.Xml.ReaderWriter (>= 4.3.1)
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.