What's Changed
- Acknowledge .NET limitation when appending to existing
ZipArchiveby @santisq in #44. - Added
AssemblyLoadContextsupport for PowerShell 7 (.NET 8.0 or later) to resolve DLL hell by isolating module dependencies. PowerShell 5.1 (.NET Framework) users can't get around this issue due to lack ofAssemblyLoadContextin that runtime. See #45 and #46 for details.
Full Changelog: v3.0.0...v3.0.1