Skip to content

Commit

Permalink
Update Versioning.props (#1926)
Browse files Browse the repository at this point in the history
Build stage passed successfully in CI.
  • Loading branch information
Sreejithpin authored Nov 12, 2020
1 parent 3c966dd commit 0ab2954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/CustomMSBuild/Versioning.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">7</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">7</VersionMinor>
<VersionBuildNumber Condition="'$(VersionBuildNumber)' == ''">2</VersionBuildNumber>
<VersionBuildNumber Condition="'$(VersionBuildNumber)' == ''">3</VersionBuildNumber>
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
</PropertyGroup>

Expand Down

0 comments on commit 0ab2954

Please sign in to comment.