Releases: team-charls/charls-native-dotnet
Releases · team-charls/charls-native-dotnet
4.0.0
Added
- Support for .NET 9.0
Changed
- Throwing an exception from an event handler is now handled and the Failed property has been removed.
- Changed type of FrameInfo to readonly record struct (aligns with CharLS.DotNet)
Removed
- Support for .NET 6.0 (.NET 6.0 is end of support since 2024-11-12).
- Support for .NET 7.0 (.NET 7.0 is end of support since 2024-05-14).
3.2.0
3.1.0
3.0.1
3.0.0
Added
- Support for Charls v2.4.0. CharLS v2.4.0 is now the minimum required version.
- Support for .NET 7.0.
- Support for the native ARM64 CharLS DLL on Windows.
- Added support to retrieve the JpegLSError value from a thrown exception.
- Added support to write and read JPEG Application Data segments.
- Added support to validate SPIFF headers.
2.0.0
Added
- Support for CharLS v2.3.4. CharLS v2.3.0 is now the minimum required version.
- JpegLSEncoder constructor has an additional argument extraBytes to create a larger destination buffer.
- JpegLSEncoder.Rewind() method.
Removed
- Support for .NET 5.0 (.NET 5.0 is end of support since 2022-5-10).
Changed
- CharLS Windows DLLs updated to v2.3.4 + c6af80b.
1.2.0
1.1.0
1.0.0
1.0.0-beta.1
Initial NuGet release