Skip to content

Commit

Permalink
Update Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kleintz committed Sep 17, 2024
1 parent fbe3a2d commit a9f8689
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/gh-version-setup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ echo Prepare building SharpProj %SVN_VER_MAJOR%.%SHARPSVN_MINOR%.%1
) >> %CACHE%

(
REM For Versions
echo /p:FileVersion=%SHARPSVN_MAJOR%.%SHARPSVN_MINOR%.%SHARPSVN_PATCH%
echo /p:AssemblyVersion=%SHARPSVN_MAJOR%.%SHARPSVN_MINOR%.%SHARPSVN_PATCH%

REM For SDK Projects
echo /p:Version=%SHARPSVN_MAJOR%.%SHARPSVN_MINOR%.%SHARPSVN_PATCH%
echo /p:Company="SharpSvn Project, powered by AmpScm, QQn & GitHub"
Expand Down

0 comments on commit a9f8689

Please sign in to comment.