Skip to content

Commit

Permalink
build: Update prerelease version
Browse files Browse the repository at this point in the history
Issue: 202349
  • Loading branch information
anaiberta authored Nov 19, 2024
1 parent a550507 commit 520e743
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
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<MajorFileVersion>1</MajorFileVersion>
<MinorFileVersion>19</MinorFileVersion>
<MinorFileVersion>20</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 520e743

Please sign in to comment.