preview1 --> preview2

Moves CLI version suffix from preview1 to preview2
Sets channel for preview2 to 1.0.0-preview2, abandoning the Beta channel to the 1.0.0-preview1 release. Once @sokket's publishing cleanup work is complete we can re-converge the channels if desired.
This commit is contained in:
Piotr Puszkiewicz 2016-05-09 02:34:04 -07:00
parent 0336f6bb34
commit 1033e61d57
16 changed files with 18 additions and 16 deletions

View file

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-preview1-*", "version": "1.0.0-preview2-*",
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },

View file

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-preview1-*", "version": "1.0.0-preview2-*",
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },

View file

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-preview1-*", "version": "1.0.0-preview2-*",
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },

View file

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-preview1-*", "version": "1.0.0-preview2-*",
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },

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=preview1 RELEASE_SUFFIX=preview2
CHANNEL=beta CHANNEL=preview

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-preview1" Type="integer" Value="1" KeyPath="yes"/> <RegistryValue Action="write" Name="1.0.0-preview2" Type="integer" Value="1" KeyPath="yes"/>
</RegistryKey> </RegistryKey>
</Component> </Component>
</ComponentGroup> </ComponentGroup>

View file

@ -33,6 +33,7 @@ namespace Microsoft.DotNet.Cli.Build
case "rc1": case "rc1":
case "rc2": case "rc2":
case "preview1": case "preview1":
case "preview2":
case "rtm": case "rtm":
packageName = "dotnet"; packageName = "dotnet";
break; break;
@ -58,6 +59,7 @@ namespace Microsoft.DotNet.Cli.Build
case "rc1": case "rc1":
case "rc2": case "rc2":
case "preview1": case "preview1":
case "preview2":
case "rtm": case "rtm":
packagePrefix = "dotnet"; packagePrefix = "dotnet";
break; break;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-preview1-*", "version": "1.0.0-preview2-*",
"description": "Microsoft.DotNet.TestFramework Class Library", "description": "Microsoft.DotNet.TestFramework Class Library",
"tags": [ "tags": [
"" ""

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-preview1-*", "version": "1.0.0-preview2-*",
"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-preview1-*", "version": "1.0.0-preview2-*",
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },

View file

@ -1,5 +1,5 @@
{ {
"version": "1.0.0-preview1-*", "version": "1.0.0-preview2-*",
"compilationOptions": { "compilationOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },