Skip to content

v2.2.3

Choose a tag to compare

@github-actions github-actions released this 12 Sep 20:35
· 5 commits to main since this release
v2.2.3
14e7818

Fixed

  • Hexium publish uploaded a corrupted package ("Invalid ZIP file."
    from the server). PowerShell's $array[$a..$b] range-index isn't
    guaranteed to stay a [byte[]] — it silently decayed to a generic
    object[], which Invoke-WebRequest -Body sent as something other
    than raw bytes. Switched to [Array]::Copy into a real byte[].

Published automatically to Thunderstore and Hexium.