mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-02 00:00:54 -05:00
fixing plugins build script
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user