Skip to content

Commit

Permalink
Update Version to 6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
LaylaLiu committed Mar 17, 2016
1 parent 14db585 commit 9b1b023
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 @@ -37,7 +37,7 @@

<!-- For NuGet Packages -->
<PropertyGroup>
<VersionPrereleaseExtension>beta</VersionPrereleaseExtension>
<VersionPrereleaseExtension></VersionPrereleaseExtension>
<VersionNuGetSemantic>$(VersionFullSemantic)</VersionNuGetSemantic>
<VersionNuGetSemantic Condition="'$(VersionPrereleaseExtension)'!=''">$(VersionFullSemantic)-$(VersionPrereleaseExtension)</VersionNuGetSemantic>
</PropertyGroup>
Expand Down

0 comments on commit 9b1b023

Please sign in to comment.