preview1->preview
authorMatt Mitchell <mmitche@microsoft.com>
Wed, 31 Oct 2018 14:13:10 +0000 (07:13 -0700)
committerGitHub <noreply@github.com>
Wed, 31 Oct 2018 14:13:10 +0000 (07:13 -0700)
Prerelease tag should not include a numeric suffix for 3.0

Commit migrated from https://github.com/dotnet/core-setup/commit/ae1a9f791763b56af47d9e789c934f0dd394b317

src/installer/BranchInfo.props

index 3accae2..a3f0297 100644 (file)
@@ -7,7 +7,7 @@
     <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
 
     <PreReleaseLabel Condition="'$(PackageVersionStamp)' != ''">$(PackageVersionStamp)</PreReleaseLabel>
-    <PreReleaseLabel Condition="'$(PreReleaseLabel)' == ''">preview1</PreReleaseLabel>
+    <PreReleaseLabel Condition="'$(PreReleaseLabel)' == ''">preview</PreReleaseLabel>
     <IncludePreReleaseLabelInPackageVersion Condition="'$(StabilizePackageVersion)' != 'true' or '$(PackageVersionStamp)' != ''">true</IncludePreReleaseLabelInPackageVersion>
     <IncludeBuildNumberInPackageVersion Condition="'$(StabilizePackageVersion)' != 'true'">true</IncludeBuildNumberInPackageVersion>