fixing plugins build script

This commit is contained in:
reven
2022-01-14 17:52:17 +13:00
parent 40bf3b529e
commit 88df5b713d
+1 -1
View File
@@ -27,7 +27,7 @@ Get-ChildItem -Path ..\ -Filter *.csproj -Recurse -File -Name | ForEach-Object {
$csproj = '../' + $_
# update version number of builds
(Get-Content $csproj) `
-replace '(?<=(Version>))([\d]+\.){3}[\d]+)(?=<)', $version |
-replace '(?<=(Version>))([\d]+\.){3}[\d]+(?=<)', $version |
Out-File $csproj