Skip to content

v0.1.43

Compare
Choose a tag to compare
@pspete pspete released this 08 Oct 20:46
· 9 commits to main since this release

IdentityCommand v0.1.43

[0.1 - Update 3] - 2023-10-08

Added

  • N/A

Changed

  • New-IDSession - Moves ScriptMethod declaration into code body from \xml\IdCmd.ID.Session.Types.ps1xml.

Fixed

  • Replaces [Environment]::GetEnvironmentVariable('Temp') with [System.IO.Path]::GetTempPath() to correctly determine %TEMP% directory location on Windows as well as OSX.