You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix version range quoting when value contains a variable
When -MinimumVersion or -MaximumVersion contains a variable reference
(e.g. \), use double quotes for the version range string
so the variable expands at runtime. Literal version strings continue to
use single quotes.
Before: -Version '(,\]' (broken - no expansion)
After: -Version "(,\]" (correct - variable expands)
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
0 commit comments