Skip to content

Releases: santisq/PSNetScanners

v1.0.0

24 Jul 02:27
c250183
Compare
Choose a tag to compare

What's Changed

  • Refactoring Module by @santisq in #2
    • Cmdlets have been renamed to Test-PingAsync and Test-TcpAsync
    • Functions using runspaces have been removed as these new cmdlets use async / await techniques, more efficient overall
    • Added Pester tests
  • Adding proper docs for the cmdlets by @santisq in #4

Full Changelog: https://github.com/santisq/PSNetScanners/commits/v1.0.0