update rc2-preview1 to preview1

This commit is contained in:
Bryan 2016-05-04 12:25:06 -07:00
parent 5bcc4c91c5
commit d1cd3703ac
16 changed files with 27 additions and 27 deletions

View file

@ -12,9 +12,9 @@
"type": "platform", "type": "platform",
"version": "1.0.0-rc2-*" "version": "1.0.0-rc2-*"
}, },
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*", "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
"Microsoft.DotNet.Compiler.Common": "1.0.0-rc2-preview1-*" "Microsoft.DotNet.Compiler.Common": "1.0.0-preview1-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {

View file

@ -4,5 +4,5 @@
MAJOR_VERSION=1 MAJOR_VERSION=1
MINOR_VERSION=0 MINOR_VERSION=0
PATCH_VERSION=0 PATCH_VERSION=0
RELEASE_SUFFIX=rc2-preview1 RELEASE_SUFFIX=preview1
CHANNEL=beta CHANNEL=beta

View file

@ -10,7 +10,7 @@
</Component> </Component>
<Component Id="SetupRegistry_x86_RC2_Compat_Key" Directory="TARGETDIR" Win64="no"> <Component Id="SetupRegistry_x86_RC2_Compat_Key" Directory="TARGETDIR" Win64="no">
<RegistryKey Root="HKLM" Key="SOFTWARE\dotnet\Setup\InstalledVersions\$(var.Platform)\sdk"> <RegistryKey Root="HKLM" Key="SOFTWARE\dotnet\Setup\InstalledVersions\$(var.Platform)\sdk">
<RegistryValue Action="write" Name="1.0.0-rc2-preview1" Type="integer" Value="1" KeyPath="yes"/> <RegistryValue Action="write" Name="1.0.0-preview1" Type="integer" Value="1" KeyPath="yes"/>
</RegistryKey> </RegistryKey>
</Component> </Component>
</ComponentGroup> </ComponentGroup>

View file

@ -32,7 +32,7 @@ namespace Microsoft.DotNet.Cli.Build
case "beta": case "beta":
case "rc1": case "rc1":
case "rc2": case "rc2":
case "rc2-preview1": case "preview1":
case "rtm": case "rtm":
packageName = "dotnet"; packageName = "dotnet";
break; break;

View file

@ -1,13 +1,13 @@
{ {
"version": "1.0.0-rc2-preview1-*", "version": "1.0.0-preview1-*",
"compilationOptions": { "compilationOptions": {
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01", "Microsoft.CodeAnalysis.CSharp": "1.3.0-beta1-20160429-01",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*", "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
"Microsoft.DotNet.Files": "1.0.0-rc2-preview1-*" "Microsoft.DotNet.Files": "1.0.0-preview1-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {

View file

@ -1,11 +1,11 @@
{ {
"version": "1.0.0-rc2-preview1-*", "version": "1.0.0-preview1-*",
"compilationOptions": { "compilationOptions": {
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"description": "Abstraction to interact with the file system and file paths.", "description": "Abstraction to interact with the file system and file paths.",
"dependencies": { "dependencies": {
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*", "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
"System.Linq.Expressions": "4.0.11-rc2-24027" "System.Linq.Expressions": "4.0.11-rc2-24027"
}, },

View file

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-rc2-preview1-*", "version": "1.0.0-preview1-*",
"compilationOptions": { "compilationOptions": {
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },

View file

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-rc2-*", "version": "1.0.0-preview1-*",
"compilationOptions": { "compilationOptions": {
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },

View file

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-rc2-preview1-*", "version": "1.0.0-preview1-*",
"description": "Microsoft.DotNet.TestFramework Class Library", "description": "Microsoft.DotNet.TestFramework Class Library",
"tags": [ "tags": [
"" ""
@ -10,7 +10,7 @@
"projectUrl": "", "projectUrl": "",
"licenseUrl": "", "licenseUrl": "",
"dependencies": { "dependencies": {
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*" "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*"
}, },
"frameworks": { "frameworks": {
"netstandard1.5": { "netstandard1.5": {

View file

@ -1,6 +1,6 @@
{ {
"description": "Abstractions for test runners to communicate to a tool, such as Visual Studio.", "description": "Abstractions for test runners to communicate to a tool, such as Visual Studio.",
"version": "1.0.0-rc2-preview1-*", "version": "1.0.0-preview1-*",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/dotnet/cli" "url": "git://github.com/dotnet/cli"

View file

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-rc2-preview1-*", "version": "1.0.0-preview1-*",
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },
@ -12,8 +12,8 @@
"dependencies": { "dependencies": {
"Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-160318", "Microsoft.FSharp.Compiler.netcore": "1.0.0-alpha-160318",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*", "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
"Microsoft.DotNet.Compiler.Common": "1.0.0-rc2-preview1-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-preview1-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",
"version": "1.0.0-rc2-*" "version": "1.0.0-rc2-*"

View file

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-rc2-preview1-*", "version": "1.0.0-preview1-*",
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },
@ -26,9 +26,9 @@
"System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24027", "System.Diagnostics.FileVersionInfo": "4.0.0-rc2-24027",
"Microsoft.ApplicationInsights": "2.0.0", "Microsoft.ApplicationInsights": "2.0.0",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*", "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
"Microsoft.DotNet.Compiler.Common": "1.0.0-rc2-preview1-*", "Microsoft.DotNet.Compiler.Common": "1.0.0-preview1-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
"Microsoft.Extensions.Testing.Abstractions": "1.0.0-rc2-preview1-*", "Microsoft.Extensions.Testing.Abstractions": "1.0.0-preview1-*",
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24027", "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24027",
"Microsoft.NETCore.TestHost": "1.0.0-rc2-24027", "Microsoft.NETCore.TestHost": "1.0.0-rc2-24027",
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {

View file

@ -8,8 +8,8 @@
"FluentAssertions": "4.0.0", "FluentAssertions": "4.0.0",
"xunit": "2.1.0", "xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-173361-36", "dotnet-test-xunit": "1.0.0-rc2-173361-36",
"Microsoft.DotNet.TestFramework": "1.0.0-rc2-preview1-*", "Microsoft.DotNet.TestFramework": "1.0.0-preview1-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*", "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
"Microsoft.DotNet.InternalAbstractions": { "Microsoft.DotNet.InternalAbstractions": {
"target": "project", "target": "project",

View file

@ -6,7 +6,7 @@
"version": "1.0.0-rc2-*" "version": "1.0.0-rc2-*"
}, },
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", "System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Microsoft.DotNet.TestFramework": "1.0.0-rc2-preview1-*", "Microsoft.DotNet.TestFramework": "1.0.0-preview1-*",
"Microsoft.DotNet.Tools.Tests.Utilities": { "Microsoft.DotNet.Tools.Tests.Utilities": {
"target": "project" "target": "project"
}, },

View file

@ -7,7 +7,7 @@
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027", "NETStandard.Library": "1.5.0-rc2-24027",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*", "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*" "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*"
}, },
"frameworks": { "frameworks": {
"netstandardapp1.5": { "netstandardapp1.5": {

View file

@ -9,7 +9,7 @@
"System.CommandLine": "0.1.0-e160119-1", "System.CommandLine": "0.1.0-e160119-1",
"System.Runtime.Serialization.Json": "4.0.2-rc2-24027", "System.Runtime.Serialization.Json": "4.0.2-rc2-24027",
"Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*", "Microsoft.DotNet.ProjectModel": "1.0.0-rc2-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-rc2-preview1-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-preview1-*",
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24027", "Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24027",
"NETStandard.Library": "1.5.0-rc2-24027" "NETStandard.Library": "1.5.0-rc2-24027"
}, },