You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove revision number from version for HotFixes (#785)
* Remove revision number from version for HotFixes (it is the same as build number)
* Simplify FileVersion (drop Revision number altogether)
* Fix GetFileVersionForPackage target
---------
Co-authored-by: José Echagüe <jechague@genexus.com>
(cherry picked from commit 63fe35e)
<FileVersionWithoutRevisionCondition="$(GIT_REF.EndsWith('beta')) Or $(GIT_REF.EndsWith('master'))">$(MajorFileVersion).$(MinorFileVersion).0</FileVersionWithoutRevision>
0 commit comments