Commit 89aecd1
authored
🩹 [Patch]: Best effort support PowerShell v5.1 (#30)
## Description
This pull request includes a small change to the `src/manifest.psd1`
file. The change specifies the required PowerShell version for the
script.
*
[`src/manifest.psd1`](diffhunk://#diff-89820c99acb3b881e314c7e358eea621a8687cb4e0c687f541b9dcc9f30cc5dcR1-R3):
Added `PowerShellVersion` key with the value "5.1".
* Fixes #29
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent a7251a1 commit 89aecd1
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments