Skip to content

Commit

Permalink
Remove preview branding (dotnet#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbomer authored Sep 6, 2021
1 parent e160ad7 commit df8dcdb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
<MajorVersion>7</MajorVersion>
<MinorVersion>0</MinorVersion>
<PatchVersion>100</PatchVersion>
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
<!-- Use an unchanging prerelease label so it doesn't need to be updated. -->
<PreReleaseVersionLabel>1</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
Expand Down

0 comments on commit df8dcdb

Please sign in to comment.