Commit 8d0059c
refactor(build): drop $_ prefix from helper variable names (#20)
Rename $_moduleVersion → $moduleVersion and $_stagedOutput → $stagedOutput
in build.psake.ps1's properties block. Pure rename, no behavior change.
The $_ prefix was meant to signal "internal helper, not configuration"
but is easy to misread as the $_ automatic pipeline variable. The
shorter names are clearer in context (assignment targets in a
properties{} block, not script-block parameters).
Same rename applied across the user's downstream modules
(JsmOperations, PlexAutomationToolkit, ReScenePS) so the template and
all initialized modules stay in sync.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 03b9864 commit 8d0059c
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments