Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Commit 99fa38f

Browse files
Document Version input accepts NuGet version ranges (GitHub-Script v1.9.0)
1 parent 21e1f71 commit 99fa38f

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
@@ -22,7 +22,7 @@ This GitHub Action is a part of the [PSModule framework](https://github.com/PSMo
2222
| ---- | ----------- | -------- | ------- |
2323
| `Debug` | Enable debug output | No | `false` |
2424
| `Verbose` | Enable verbose output | No | `false` |
25-
| `Version` | Exact version of GitHub module to install | No | Latest |
25+
| `Version` | Version of the GitHub module to install; accepts an exact version or a NuGet version range (for example `[1.2.0, 2.0.0)`) | No | Latest |
2626
| `Prerelease` | Allow prerelease versions | No | `false` |
2727
| `WorkingDirectory` | Working directory for the action | No | `.` |
2828
| `StepSummary_Mode` | Controls which sections to show in the GitHub step summary. Use 'Full' for all sections, 'None' to disable, or a comma-separated list of 'Missed, Executed, Files'. | No | `Missed, Files` |

0 commit comments

Comments
 (0)