File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ New-Item -ItemType Directory -Path $PublishDir/Genbox.FastData | Out-Null
5353New-Item - ItemType Directory - Path $PublishDir / Genbox.FastData/ lib | Out-Null
5454
5555Write-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
5858Write-Host - ForegroundColor $Color " Copy over the other PowerShell files"
5959Copy-Item $Root / Misc/ PowerShell/ FastData.psm1 $PublishDir / Genbox.FastData/ Genbox.FastData.psm1
You can’t perform that action at this time.
0 commit comments