Skip to content

Commit

Permalink
Cherry pick branch 'genexuslabs:define-prerelease-1.18' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
anaiberta authored and genexusbot committed Apr 10, 2024
1 parent daf31a9 commit cb2d731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<MajorFileVersion>1</MajorFileVersion>
<MajorFileVersion Condition="$(GIT_REF.EndsWith('beta'))">$([MSBuild]::Add($(MajorFileVersion), 100))</MajorFileVersion>
<MinorFileVersion>17</MinorFileVersion>
<MinorFileVersion>18</MinorFileVersion>
<VersionSuffix Condition="'$(VersionSuffix)'=='' and $(UseDefaultSuffix)!='false'">-dev</VersionSuffix>
<RevisionFileVersion Condition="!$(GIT_REF.EndsWith('beta')) and !$(GIT_REF.EndsWith('master')) and '$(COMMIT_NUMBER)'!=''">$(COMMIT_NUMBER)</RevisionFileVersion>
<RevisionFileVersion Condition="'$(RevisionFileVersion)'==''">0</RevisionFileVersion>
Expand Down

0 comments on commit cb2d731

Please sign in to comment.