Update branding to preview8 in master (dotnet/core-setup#6939)
authorWilliam Godbe <wigodbe@microsoft.com>
Wed, 26 Jun 2019 19:14:32 +0000 (12:14 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Jun 2019 19:14:32 +0000 (12:14 -0700)
Commit migrated from https://github.com/dotnet/core-setup/commit/1e298560b0dce474d2b0088350312442e8727190

src/installer/BranchInfo.props

index 9b083af..940f18f 100644 (file)
@@ -7,12 +7,12 @@
     <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
 
     <PreReleaseLabel Condition="'$(PackageVersionStamp)' != ''">$(PackageVersionStamp)</PreReleaseLabel>
-    <PreReleaseLabel Condition="'$(PreReleaseLabel)' == ''">preview7</PreReleaseLabel>
+    <PreReleaseLabel Condition="'$(PreReleaseLabel)' == ''">preview8</PreReleaseLabel>
     <IncludePreReleaseLabelInPackageVersion Condition="'$(StabilizePackageVersion)' != 'true' or '$(PackageVersionStamp)' != ''">true</IncludePreReleaseLabelInPackageVersion>
     <IncludeBuildNumberInPackageVersion Condition="'$(StabilizePackageVersion)' != 'true'">true</IncludeBuildNumberInPackageVersion>
 
     <ReleaseSuffix>$(PreReleaseLabel)</ReleaseSuffix>
-    <ReleaseBrandSuffix>Preview 7</ReleaseBrandSuffix>
+    <ReleaseBrandSuffix>Preview 8</ReleaseBrandSuffix>
     <Channel>master</Channel>
     <ContainerName>dotnet</ContainerName>
     <ChecksumContainerName>$(ContainerName)</ChecksumContainerName>