Skip to content

Commit

Permalink
Fix xml poking
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuijben committed Jun 21, 2021
1 parent e7e5a7d commit 26de173
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/gh-version-setup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ SET ANKHSVN_VER=%ANKHSVN_MAJOR%.%ANKHSVN_MINOR%.%ANKHSVN_PATCH%
echo /p:RestoreForce=true
) > %RSPFILE%

call :xmlpoke %CURD%\..\..\src\Ankh.Package\source.extension.VsixManifest //vsx:Metadata/vsx:Identity/@Version "%ANKHSVN_VER%"
call :xmlpoke %CURD%\..\..\src\Ankh.Package\x86\source.extension.VsixManifest //vsx:Metadata/vsx:Identity/@Version "%ANKHSVN_VER%"
call :xmlpoke %CURD%\..\..\src\Ankh.Package\x64\source.extension.VsixManifest //vsx:Metadata/vsx:Identity/@Version "%ANKHSVN_VER%"

goto :eof

Expand Down

0 comments on commit 26de173

Please sign in to comment.