Full Changelog: v1.2.1...v1.2.2
If you are using the application as a .NET tool, run dotnet tool update IS4.SFI.ConsoleApp --global --version 1.2.2
to install this update.
Application
- The
only-once
option no longer causes an exception for empty files. - The
net6.0-windows
release now has even the native libraries packed in. - Added a new release configuration ‒
net6.0-minimal
. This is a slim release, including only the core components. Any necessary formats or hashes may be downloaded through NuGet. - For the WebAssembly browser release, an experimental .NET 8.0 version is included.
Analysis
- Updated ImageSharp to version 2.1.7, fixing a vulnerability in PNG parsing.
Versions
SFI-1.2.2-net6.0-windows
‒ Windows-compatible self-contained release, using all available components.SFI-1.2.2-net6.0
‒ .NET 6 portable release, using only the portable components.SFI-1.2.2-net6.0-minimal
‒ .NET 6 portable self-contained release, without any optional components.SFI-1.2.2-net461
‒ .NET Framework 4.6.1 release, using all available components.SFI-1.2.2-wasm
‒ WebAssembly release, using only the portable components.SFI-1.2.2-wasm-net8.0
‒ WebAssembly release on .NET 8.0, using only the portable components.