Skip to content

Commit

Permalink
Define prerelease version 1.14 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
anaiberta authored Aug 17, 2023
1 parent 05a0edf commit f19b919
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>13</MinorFileVersion>
<MinorFileVersion>14</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 f19b919

Please sign in to comment.