v0.1.43
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.