Skip to content

0.4.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 12:00
cedd671

Changed

  • Set-RouterSshPortProxy now retries the netsh portproxy add via
    Common.PowerShell's Invoke-WithExitCodeRetry. The delete-then-add
    refresh runs unconditionally, so a transient add failure previously
    risked stranding the listen target with no rule; the bounded retry
    absorbs the transient case and still throws on a genuine failure.

Dependencies

  • Added a RequiredModules dependency on Common.PowerShell (>= 8.1.0),
    which provides Invoke-WithExitCodeRetry.