Releases: ied206/ManagedWimLib
Releases · ied206/ManagedWimLib
v2.6.0
Release Notes
- (BREAKING CHANGE) Now targets .NET 8.0/.NET Framework 4.6.2/.NET Standard 2.0.
- Update wimlib binaries to 1.14.4.
- Fix broken .NET Framework MSBuild script for copying native DLLs.
- Adds support for nullable reference type information.
v2.5.3
Release Notes
- Update wimlib binaries to 1.14.3.
v2.5.0
- Support wimlib 1.13.6.
- Target .NET Framework 4.6 instead of deprecated 4.5.1.
v2.4.0
- Official support for ARM64 macOS.
- Replace .NET Standard 2.1 target with .NET Core 3.1.
v2.3.0
- Update included wimlib to 1.13.5.
v2.2.0
- Update included wimlib to 1.13.4.
- Fix
UpdateProgress
and VerifyStreamsProgress
marshalling issue (#2).
v2.1.0
- Update included wimlib to 1.13.3.
- Better support for WIM referencing, as 1.13.3 fixes a critical bug that crashes wimlib on debug mode.
- Official support for Windows ARM64.
v2.0.1
- Fixed
ExtractFlags.NopAttributes
typo by renaming into ExtractFlags.NoAttributes
.