Switch to Preview1 pre-release label

This commit is contained in:
Gaurav Khanna 2017-03-01 15:38:59 -08:00
Родитель 9b5918a201
Коммит cf084e510d
12 изменённых файлов: 9 добавлений и 18 удалений

Просмотреть файл

@ -9,7 +9,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "2.0.0-beta-*"
"version": "2.0.0-preview1-*"
}
}
}

Просмотреть файл

@ -9,7 +9,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "2.0.0-beta-*"
"version": "2.0.0-preview1-*"
},
"Newtonsoft.Json": "9.0.1-beta1",
"Microsoft.CodeAnalysis.Analyzers": {

Просмотреть файл

@ -9,7 +9,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "2.0.0-beta-*"
"version": "2.0.0-preview1-*"
},
"Newtonsoft.Json": "9.0.1-beta1",
"Microsoft.CodeAnalysis.Analyzers": {

Просмотреть файл

@ -12,7 +12,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "2.0.0-beta-*"
"version": "2.0.0-preview1-*"
},
"Newtonsoft.Json": "9.0.1-beta1",
"xunit": "2.1.0",

Просмотреть файл

@ -9,7 +9,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "2.0.0-beta-*"
"version": "2.0.0-preview1-*"
},
"Newtonsoft.Json": "9.0.1-beta1",
"Microsoft.CodeAnalysis.Analyzers": {

Просмотреть файл

@ -5,7 +5,7 @@
"frameworks": {
"netcoreapp2.0": {
"dependencies": {
"Microsoft.NETCore.App": "2.0.0-beta-*",
"Microsoft.NETCore.App": "2.0.0-preview1-*",
"Newtonsoft.Json": "9.0.1-beta1",
"Microsoft.CodeAnalysis.Analyzers": {

Просмотреть файл

@ -9,7 +9,7 @@
"portable-net451+win8"
],
"dependencies": {
"Microsoft.NETCore.App": "2.0.0-beta-*",
"Microsoft.NETCore.App": "2.0.0-preview1-*",
"Newtonsoft.Json": "9.0.1-beta1",
"xunit": "2.1.0",
"xunit.netcore.extensions": "1.0.0-prerelease-00206",

Просмотреть файл

@ -6,6 +6,6 @@ MINOR_VERSION=0
PATCH_VERSION=0
STABILIZE_PACKAGE_VERSION=false
LOCK_HOST_VERSION=false
RELEASE_SUFFIX=beta
RELEASE_SUFFIX=preview1
CHANNEL=master
BRANCH_NAME=master

Просмотреть файл

@ -1,9 +1,6 @@
<?xml version="1.0"?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define Servicing_Key_SP = "0" ?>
<?define Servicing_Key_SPIndex = "0" ?>
<?define Servicing_Key_SPName = "Beta" ?>
<?define Dotnet_ProductVersion = "$(var.BuildVersion)" ?>
<?define Dotnet_BuildVersion = "$(var.BuildVersion)" ?>
<?define Manufacturer = "Microsoft Corporation" ?>

Просмотреть файл

@ -1,9 +1,6 @@
<?xml version="1.0"?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define Servicing_Key_SP = "0" ?>
<?define Servicing_Key_SPIndex = "0" ?>
<?define Servicing_Key_SPName = "Beta" ?>
<?define HostFxr_NugetVersion = "$(var.NugetVersion)" ?>
<?define HostFxr_ProductVersion = "$(var.BuildVersion)" ?>
<?define HostFxr_BuildVersion = "$(var.BuildVersion)" ?>

Просмотреть файл

@ -1,9 +1,6 @@
<?xml version="1.0"?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
<?define Servicing_Key_SP = "0" ?>
<?define Servicing_Key_SPIndex = "0" ?>
<?define Servicing_Key_SPName = "Beta" ?>
<?define Manufacturer = "Microsoft Corporation" ?>
<?define ProductName = "$(var.ProductMoniker) ($(var.TargetArchitecture))" ?>
<?define ProductLanguage = "1033" ?>

Просмотреть файл

@ -1,6 +1,6 @@
{
"description": "Abstractions for reading `.deps` files.",
"version": "2.0.0-beta-*",
"version": "2.0.0-preview1-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../setuptools/Key.snk"