Skip to content

Commit 5dd2beb

Browse files
committed
Release 5.1.17
1 parent 1109516 commit 5dd2beb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/update-version.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Write-Host $To
77

88
((Get-Content -path build.proj -Raw) -replace $From, $To) | Set-Content -Path build.proj -NoNewline
99
((Get-Content -path ..\.github\workflows\ci.yml -Raw) -replace $From, $To) | Set-Content -Path ..\.github\workflows\ci.yml -NoNewline
10-
((Get-Content -path ReportGenerator.Console\Properties\AssemblyInfo.cs -Raw) -replace $From, $To) | Out-File ReportGenerator.Console\Properties\AssemblyInfo.cs -Encoding UTF8 -NoNewline
1110
(Get-ChildItem -Recurse -Filter ReportGenerator*.csproj | Select-String $From) | ForEach-Object { ((Get-Content -path $_.Path -Raw) -replace $From, $To) | Out-File $_.Path -Encoding UTF8 -NoNewline }
1211
((Get-Content -path AzureDevopsTask\vss-extension.json -Raw) -replace $From, $To) | Set-Content -Path AzureDevopsTask\vss-extension.json -NoNewline
1312

0 commit comments

Comments
 (0)