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

Commit

Permalink
Merge pull request #12721 from wtgodbe/Stabilize
Browse files Browse the repository at this point in the history
Stabilize package version for 2.0.0
  • Loading branch information
weshaggard authored Jul 19, 2017
2 parents 6017ddd + 400d044 commit 36f70fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageVersion Condition="'$(PackageVersion)' == ''">2.0.0</PackageVersion>

<!-- Set the boolean below to true to generate packages with stabilized versions -->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
<StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>

<PreReleaseLabel>preview3</PreReleaseLabel>
Expand Down

0 comments on commit 36f70fa

Please sign in to comment.