Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 985 Bytes

File metadata and controls

48 lines (32 loc) · 985 Bytes

Changelog for Mylmhost

v1.4.0

  • code cleanup and module reorganization.
  • Added Open-LmhostsFile to open the lmhosts file the editor of choice.
  • Help documentation updates.
  • Updated README.md.

v1.3.1

  • Minor changes to modify cmdlets to use the full name.
  • Modified Write-Host warning to use Write-warning.
  • Minor updates to README.

v1.3.0.2

  • minor manifest changes.

v1.3.0.1

  • revised help

v1.3.0.0

  • Modified Get-LMHostEntry to default to Name parameter set
  • modified commands to work in a pipelined expression so that you can GET | SET or GET | REMOVE -minor changes to manifest
  • copyright updates
  • revised help
  • updated README
  • switched to semantic version numbers
  • published to the PowerShell Gallery

v1.2

  • minor formatting changes
  • Added aliases to Computername
  • Modified Get-LMHostsEntry to handle multiple matches
  • updated help documentation

v1.1

  • Fixed encoding bug when creating a new file

v1.0

  • Initial release