Skip to content

Releases: cfsamson/powershell-script

Release list

v1.1.0

Choose a tag to compare

@cfsamson cfsamson released this 12 Apr 08:31
cf6f40a

This version fixes a bug on Windows, where the "core" version of PowerShell wasn't selected even though the "core" feature was enabled. This also fixes that, on Windows, we always used the "fallback" method of using the hard coded path to the PowerShell version that ships with windows even though "PowerShell" in PATH might be pointing to a different version.

v0.2.0

Choose a tag to compare

@cfsamson cfsamson released this 14 May 20:08

This release adds the core feature flag which allows users to run scripts on PowerShell Core on Macos and Linux.