Update pre-release tags to RC4
authorMatt Ellis <matell@microsoft.com>
Sat, 21 May 2016 01:19:30 +0000 (18:19 -0700)
committerMatt Ellis <matell@microsoft.com>
Sat, 21 May 2016 01:19:30 +0000 (18:19 -0700)
The long term plan is to move our packages versions up and the
prerelease tag back down to something like -beta, but for now we just
need to pick something that isn't RC3 as that's what
the release/1.0.0 branches are using.

Doing this gives us time to do the right thing without having version
clashes on myget.

[tfs-changeset: 1606983]

Commit migrated from https://github.com/dotnet/coreclr/commit/3376767284fa7c86ca04a9498838ae6cbd21d9ae

src/coreclr/dir.props
src/coreclr/src/.nuget/Microsoft.NETCore.Jit/dir.props

index 9a293ce..fad1e0d 100644 (file)
 
   <!-- Packaging properties -->
   <PropertyGroup>
-    <PreReleaseLabel>rc3</PreReleaseLabel>
+    <PreReleaseLabel>rc4</PreReleaseLabel>
     <PackageDescriptionFile>$(SourceDir).nuget/descriptions.json</PackageDescriptionFile>
     <PackageLicenseFile>$(SourceDir).nuget/dotnet_library_license.txt</PackageLicenseFile>
     <PackageThirdPartyNoticesFile>$(SourceDir).nuget/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile>
index 6346d26..5182fee 100644 (file)
@@ -4,7 +4,7 @@
 
   <!-- Packaging properties -->
   <PropertyGroup>
-    <PreReleaseLabel>rc3</PreReleaseLabel>
+    <PreReleaseLabel>rc4</PreReleaseLabel>
     <PackageDescriptionFile>$(MSBuildThisFileDirectory)descriptions.json</PackageDescriptionFile>
 
     <!-- NOTE: for various required properties, we use the values from the imported dir.props. -->