Skip to content

📖 [Docs]: Document Version input accepts NuGet version ranges#39

Open
Marius Storhaug (MariusStorhaug) wants to merge 3 commits into
mainfrom
docs/version-input-accepts-nuget-range
Open

📖 [Docs]: Document Version input accepts NuGet version ranges#39
Marius Storhaug (MariusStorhaug) wants to merge 3 commits into
mainfrom
docs/version-input-accepts-nuget-range

Conversation

@MariusStorhaug

@MariusStorhaug Marius Storhaug (MariusStorhaug) commented Jul 10, 2026

Copy link
Copy Markdown
Member

GitHub-Script v1.9.0 (already on main) expanded the passed-through Version input to accept a NuGet version range in addition to an exact version. This updates the Version input description in action.yml so consumers know ranges are supported.

Changed: Version input documentation

The Version input description in action.yml now states that it accepts an exact version or a NuGet version range (for example [1.2.0, 2.0.0)), instead of claiming the value must be an exact version.

Technical Details

Documentation-only; no behavior change. The action already installs the GitHub module via GitHub-Script v1.9.0, which resolves NuGet version ranges. The README input table in this repo uses an aligned (padded) format enforced by markdownlint MD060, so it is left unchanged here to avoid a full-table reformat — action.yml is the canonical input documentation shown in the GitHub Actions UI. Mirrors the fix in PSModule/Release-GHRepository#106.

Copilot AI review requested due to automatic review settings July 10, 2026 08:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the documentation for the Version input to reflect existing behavior (via GitHub-Script v1.9.0) that supports NuGet version ranges in addition to exact versions, so action consumers can specify ranges like [1.2.0, 2.0.0).

Changes:

  • Update README.md inputs table to document NuGet version range support for Version.
  • Update action.yml input description to document NuGet version range support for Version.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
README.md Updates the Version input row to mention NuGet version range support.
action.yml Updates the Version input description to mention NuGet version range support.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Copilot AI review requested due to automatic review settings July 10, 2026 08:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants