Skip to content

Commit e49ea93

Browse files
committed
Fix pwsh version
1 parent 3c65262 commit e49ea93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ New-Item -ItemType Directory -Path $PublishDir/Genbox.FastData | Out-Null
5353
New-Item -ItemType Directory -Path $PublishDir/Genbox.FastData/lib | Out-Null
5454

5555
Write-Host -ForegroundColor $Color "Copy over the psd1 file, and update the version number in the process"
56-
(Get-Content $Root/Misc/PowerShell/FastData.psd1) -replace "TODO-VERSION", "$semver" | Set-Content $PublishDir/Genbox.FastData/Genbox.FastData.psd1
56+
(Get-Content $Root/Misc/PowerShell/FastData.psd1) -replace "TODO-VERSION", "$version" | Set-Content $PublishDir/Genbox.FastData/Genbox.FastData.psd1
5757

5858
Write-Host -ForegroundColor $Color "Copy over the other PowerShell files"
5959
Copy-Item $Root/Misc/PowerShell/FastData.psm1 $PublishDir/Genbox.FastData/Genbox.FastData.psm1

0 commit comments

Comments
 (0)