We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17871a9 commit ee2deb7Copy full SHA for ee2deb7
MakeRelease.ps1
@@ -25,7 +25,7 @@ $files = @('PSReadline\Changes.txt',
25
'PSReadline\PSReadline.psd1',
26
'PSReadline\PSReadline.psm1',
27
'PSReadline\PSReadline.format.ps1xml',
28
- 'PSReadline\bin\Release\PSReadline.dll')
+ 'PSReadline\bin\Release\Microsoft.PowerShell.PSReadline.dll')
29
30
foreach ($file in $files)
31
{
@@ -40,7 +40,7 @@ foreach ($file in $files)
40
copy $PSScriptRoot\$file $targetDir\en-us
41
}
42
43
-$version = (Get-ChildItem -Path $targetDir\PSReadline.dll).VersionInfo.FileVersion
+$version = (Get-ChildItem -Path $targetDir\Microsoft.PowerShell.PSReadline.dll).VersionInfo.FileVersion
44
45
& $PSScriptRoot\Update-ModuleManifest.ps1 $targetDir\PSReadline.psd1 $version
46
0 commit comments