Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Mar 12, 2018
1 parent fbb6390 commit f2d14a7
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 @@ -7,7 +7,7 @@
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix Condition=" '$(BUILD_BUILDNUMBER)' != '' ">CI$(BUILD_BUILDNUMBER)</VersionSuffix>
<VersionSuffix Condition=" '$(PREVIEW_NUMBER)' != '' ">pre$(PREVIEW_NUMBER)</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' Or '$(RELEASEBUILD)' == 'True' ">pre5</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' == '' Or '$(RELEASEBUILD)' == 'True' ">pre6</VersionSuffix>
<PackageOutputPath Condition=" '$(BUILD_BUILDNUMBER)' == '' ">$(MSBuildThisFileDirectory)Build</PackageOutputPath>
<PackageOutputPath Condition=" '$(BUILD_BUILDNUMBER)' != '' ">$(BUILD_ARTIFACTSTAGINGDIRECTORY)</PackageOutputPath>
<NeutralLanguage>en</NeutralLanguage>
Expand Down

0 comments on commit f2d14a7

Please sign in to comment.