preview1 -> preview
authorMatt Mitchell <mmitche@microsoft.com>
Wed, 31 Oct 2018 15:17:09 +0000 (08:17 -0700)
committerGitHub <noreply@github.com>
Wed, 31 Oct 2018 15:17:09 +0000 (08:17 -0700)
.NET Core 3.0 previews should not have numeric suffixes.

Commit migrated from https://github.com/dotnet/coreclr/commit/35e534301bd922b8673a7928b9f75b6328918498

src/coreclr/dependencies.props

index f7f2530..44bd97c 100644 (file)
@@ -18,7 +18,7 @@
     <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
     <StableVersion Condition="'$(StabilizePackageVersion)' == 'true' and '$(StableVersion)' == ''">$(PackageVersion)</StableVersion>
 
-    <PreReleaseLabel>preview1</PreReleaseLabel>
+    <PreReleaseLabel>preview</PreReleaseLabel>
   </PropertyGroup>
 
   <!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->