Skip to content

Commit

Permalink
Update version to 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
biaol-odata committed Jun 27, 2018
1 parent 5395430 commit ed68ebd
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 @@ -7,7 +7,7 @@
<!-- Set the version number: major, minor, build and release (i.e. alpha, beta or blank for RTM)-->
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">7</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">5</VersionMinor>
<VersionMinor Condition="'$(VersionMinor)' == ''">6</VersionMinor>
<VersionBuildNumber Condition="'$(VersionBuildNumber)' == ''">0</VersionBuildNumber>
<VersionRelease Condition="'$(VersionRelease)' == ''">beta</VersionRelease>
</PropertyGroup>
Expand Down

0 comments on commit ed68ebd

Please sign in to comment.