Skip to content

Commit 126fd30

Browse files
Document Version input accepts NuGet version ranges (GitHub-Script v1.9.0)
1 parent 7bbbb73 commit 126fd30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ customize rule selection, severity filtering, and custom rule inclusion.
2121
| `SettingsFilePath` | The path to the settings file. | false | `.github/linters/.powershell-psscriptanalyzer.psd1` |
2222
| `Debug` | Enable debug output. | false | `'false'` |
2323
| `Verbose` | Enable verbose output. | false | `'false'` |
24-
| `Version` | Specifies the exact version of the GitHub module to install. | false | |
24+
| `Version` | Specifies the version of the GitHub module to install; accepts an exact version or a NuGet version range (for example `[1.2.0, 2.0.0)`). | false | |
2525
| `Prerelease` | Allow prerelease versions if available. | false | `'false'` |
2626
| `WorkingDirectory` | The working directory where the script runs. | false | `'.'` |
2727
| `ReportAsJson` | Output generated reports in JSON format in addition to the configured format. | false | `'true'` |

0 commit comments

Comments
 (0)