PoshCode / Configuration

A module to help other modules have settings
MIT License
176 stars 27 forks source link

Removed `-NoNewLine` parameter from `Set-Content` #16

Closed lipkau closed 6 years ago

lipkau commented 6 years ago

Set-Content only supports the -NoNewLine parameter starting with Windows Powershell 5 closes #15

not sure if you want the PR to increment the psd1 version

lipkau commented 6 years ago

I tested the command with

1..20| % {Update-Metadata -Path $path -PropertyName Author -Value $_}

And the .psd1 file had exactly the same amout of new lines at the end.