From d28ec9769f406522b4d2afe46eca123bc8823277 Mon Sep 17 00:00:00 2001 From: Matt Ellis Date: Fri, 20 May 2016 18:19:30 -0700 Subject: [PATCH] Update pre-release tags to RC4 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 | 2 +- src/coreclr/src/.nuget/Microsoft.NETCore.Jit/dir.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coreclr/dir.props b/src/coreclr/dir.props index 9a293ce..fad1e0d 100644 --- a/src/coreclr/dir.props +++ b/src/coreclr/dir.props @@ -138,7 +138,7 @@ - rc3 + rc4 $(SourceDir).nuget/descriptions.json $(SourceDir).nuget/dotnet_library_license.txt $(SourceDir).nuget/ThirdPartyNotices.txt diff --git a/src/coreclr/src/.nuget/Microsoft.NETCore.Jit/dir.props b/src/coreclr/src/.nuget/Microsoft.NETCore.Jit/dir.props index 6346d26..5182fee 100644 --- a/src/coreclr/src/.nuget/Microsoft.NETCore.Jit/dir.props +++ b/src/coreclr/src/.nuget/Microsoft.NETCore.Jit/dir.props @@ -4,7 +4,7 @@ - rc3 + rc4 $(MSBuildThisFileDirectory)descriptions.json -- 2.7.4