Skip to content

Commit

Permalink
Restore revision
Browse files Browse the repository at this point in the history
This branch is the one that generates 1.18.x versions
  • Loading branch information
anaiberta authored Jun 14, 2024
1 parent ec819d1 commit 3b7a0ee
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>19</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 3b7a0ee

Please sign in to comment.