Skip to content

PoshRSJob 1.7.4.4

Latest
Compare
Choose a tag to compare
@proxb proxb released this 24 Feb 21:42
83ce4ae

|1.7.4.4|

  • #175 Save and restore $env:PSModulePath until we find why it's being clobbered on PS Core

|1.7.4.3|

  • #48 Moved garbage collection in runspacepool cleanup
  • #48 Removed unnecessary Close() on runspacepool as Dispose() already in use
  • #157 (Start-RSJob - be able to import private functions)
  • #174 (Minor variable declaration)
  • Variables will now always use local scope in runspace by default; not global which prevents incorrect data being presented if a variable is created and not cleaned up in each runspace.