File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -300,13 +300,12 @@ function Publish-PSModule {
300300 Start-LogGroup ' Update module manifest'
301301 Write-Verbose ' Bump module version -> module metadata: Update-ModuleMetadata'
302302 $manifestNewVersion = " $ ( $newVersion.Major ) .$ ( $newVersion.Minor ) .$ ( $newVersion.Patch ) "
303- Update -ModuleManifest - Path $manifestFilePath - ModuleVersion $manifestNewVersion - Verbose:$false
303+ Set -ModuleManifest - Path $manifestFilePath - ModuleVersion $manifestNewVersion - Verbose:$false
304304 Show-FileContent - Path $manifestFilePath
305305 if ($createPrerelease ) {
306306 Write-Verbose " Prerelease is: [$ ( $newVersion.Prerelease ) ]"
307- Update -ModuleManifest - Path $manifestFilePath - Prerelease $ ($newVersion.Prerelease ) - Verbose:$false
307+ Set -ModuleManifest - Path $manifestFilePath - Prerelease $ ($newVersion.Prerelease ) - Verbose:$false
308308 }
309- Format-ModuleManifest - Path $manifestFilePath
310309 Stop-LogGroup
311310
312311 Start-LogGroup ' Format manifest file - Result'
You can’t perform that action at this time.
0 commit comments