Skip to content

MemoryTools_v1.0.0

Compare
Choose a tag to compare
@jdhitsolutions jdhitsolutions released this 11 Nov 23:08
· 1 commit to master since this release

Changelog for MemoryTools

v1.0.0

  • Modified Show-MemoryUsage to use ANSI-escape sequences instead of Write-Host.
  • Modified Get-PhysicalMemory to write a custom object called physicalMemoryUnit to the pipeline.
  • Added a custom format file for the physicalMemoryUnit object type.
  • Modified Get-TopProcessMemory to write a custom object called topProcessMemoryUnit to the pipeline.
  • Added a custom format file for the topProcessMemoryUnit object type.
  • Updated README.md and license.txt.
  • Code update and cleanup for PowerShell 7 compatibility.
  • Modified manifest to require PowerShell 5.1 as the minimum and support Core.
  • Modified table layout in MyMemoryUsage.format.ps1xml.
  • Updated Pester tests.
  • Added online help links.