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" />
<PackageVersion Include="ScriptBloxAPI" Version="5.0.0" />
<PackageReference Include="ScriptBloxAPI" />
paket add ScriptBloxAPI --version 5.0.0
#r "nuget: ScriptBloxAPI, 5.0.0"
#:package ScriptBloxAPI@5.0.0
#addin nuget:?package=ScriptBloxAPI&version=5.0.0
#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.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 6.3.1 | 338 | 8/9/2025 | |
| 6.3.0 | 207 | 7/19/2025 | |
| 6.2.0 | 459 | 4/9/2025 | |
| 6.0.1 | 336 | 4/7/2025 | |
| 6.0.0 | 349 | 4/7/2025 | |
| 5.0.2 | 859 | 8/23/2023 | |
| 5.0.1 | 376 | 8/21/2023 | |
| 5.0.0 | 390 | 8/19/2023 | |
| 4.0.5 | 449 | 6/3/2023 | |
| 4.0.4 | 388 | 5/25/2023 | |
| 4.0.3 | 387 | 5/24/2023 | |
| 4.0.2 | 440 | 5/24/2023 | |
| 4.0.1 | 485 | 5/24/2023 | |
| 4.0.0 | 479 | 5/23/2023 | |
| 3.0.0 | 492 | 5/22/2023 | |
| 2.0.0 | 464 | 5/22/2023 | |
| 1.0.0 | 490 | 5/22/2023 |
- 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.