Skip to content

Commit

Permalink
update the version to 7.0.1.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhg authored and biaol-odata committed Jun 29, 2018
1 parent 116e20d commit 70f75f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/WebStack.versions.settings.targets
Expand Up @@ -5,8 +5,8 @@
<PropertyGroup>
<VersionMajor Condition="'$(VersionMajor)' == ''">7</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
<VersionBuild Condition="'$(VersionBuild)' == ''">0</VersionBuild>
<VersionRelease Condition="'$(VersionRelease)' == ''"></VersionRelease>
<VersionBuild Condition="'$(VersionBuild)' == ''">1</VersionBuild>
<VersionRelease Condition="'$(VersionRelease)' == ''">beta</VersionRelease>
</PropertyGroup>

<!-- For NuGet Package Dependencies -->
Expand Down

0 comments on commit 70f75f6

Please sign in to comment.