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 d36523c commit 8c720c8Copy full SHA for 8c720c8
nuget/build_nuget.ps1
@@ -3,7 +3,7 @@ $scriptdir = Split-Path $MyInvocation.MyCommand.Path
3
cd $scriptdir
4
5
#extract version from debian/changelog
6
-$ver = (Get-Content ..\debian\changelog -Head 1) -replace ".*\((\d*\.\d*\.\d*)(\-\d+){0,1}\).*",'$1'
+$ver = (Get-Content ..\build\debian\changelog -Head 1) -replace ".*\((\d*\.\d*\.\d*)(\-\d+){0,1}\).*",'$1'
7
#Write-Host $ver
8
9
#insert version into all *.in files
0 commit comments