Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for PowerShell 7. #81

Open
alekdavis opened this issue Aug 14, 2023 · 0 comments
Open

Add support for PowerShell 7. #81

alekdavis opened this issue Aug 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@alekdavis
Copy link
Owner

PowerShell 7 has some breaking changes (e.g. these), so need to add fixes to allow the script to work with PowerShell 7.x. In particular, need to modify the GetPowerShellVersion method to accommodate different version properties: Major, Minor, Patch, PreReleaseLabel, BuildLabel
(the last two may be null). There may be more issues.

@alekdavis alekdavis added the enhancement New feature or request label Aug 14, 2023
@alekdavis alekdavis self-assigned this Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant