From 3376767284fa7c86ca04a9498838ae6cbd21d9ae 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] --- dir.props | 2 +- src/.nuget/Microsoft.NETCore.Jit/dir.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dir.props b/dir.props index 9a293ce..fad1e0d 100644 --- a/dir.props +++ b/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/.nuget/Microsoft.NETCore.Jit/dir.props b/src/.nuget/Microsoft.NETCore.Jit/dir.props index 6346d26..5182fee 100644 --- a/src/.nuget/Microsoft.NETCore.Jit/dir.props +++ b/src/.nuget/Microsoft.NETCore.Jit/dir.props @@ -4,7 +4,7 @@ - rc3 + rc4 $(MSBuildThisFileDirectory)descriptions.json -- 2.7.4