Skip to content

v2.0.9

Compare
Choose a tag to compare
@santisq santisq released this 06 Nov 21:22
· 2 commits to main since this release

What's Changed

  • Fix EncodingTransformation when passing a string wrapped in PSObject by @santisq in #35.
$utf8 = Write-Output utf8
Get-ZipEntry .\test.zip | Get-ZipEntryContent -Encoding $utf8

# Get-ZipEntryContent: Cannot process argument transformation on parameter 'Encoding'.
#                      Could not convert input 'utf8' to a valid Encoding object.

Full Changelog: v2.0.8...v2.0.9