Skip to content

Commit

Permalink
Fix ChangeVersion.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrondeau committed Nov 13, 2017
1 parent dd0cdb6 commit c9b25df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeVersion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ AssignVersionToFile -Path "$PSScriptRoot\GoToWindow.Shared\Properties\AssemblyIn
AssignVersionToFile -Path "$PSScriptRoot\chocolatey\gotowindow.nuspec" -RegEx "<version>[^<]+</version>"-Replacement "<version>$($Version)</version>"
AssignVersionToFile -Path "$PSScriptRoot\chocolatey\tools\chocolateyinstall.ps1" -RegEx "(\d+\.\d+\.\d+)" -Replacement "$($Version)"

Write-Host "IMPORTANT: Remember to update chocolatey\tools\chocolateyinstall.ps1 with `checksum -t sha256 Releases\GoToWindow.Setup.VER.exe`"
Write-Host "IMPORTANT: Remember to update chocolatey\tools\chocolateyinstall.ps1 with ``checksum -t sha256 Releases\GoToWindow.Setup.VER.exe``"

Write-Host "Version updated!" -ForegroundColor Green

0 comments on commit c9b25df

Please sign in to comment.