From b8135e8ec04d6583b6703c4549021e9c613ab588 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 31 Oct 2018 07:13:10 -0700 Subject: [PATCH] preview1->preview 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/BranchInfo.props b/src/installer/BranchInfo.props index 3accae2..a3f0297 100644 --- a/src/installer/BranchInfo.props +++ b/src/installer/BranchInfo.props @@ -7,7 +7,7 @@ false $(PackageVersionStamp) - preview1 + preview true true -- 2.7.4