Skip to content

Commit

Permalink
(build) Updated Cake tool to version 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Mar 23, 2017
1 parent 4bc8a61 commit 4611b81
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Expand Up @@ -31,7 +31,7 @@ Param(
[string[]]$ScriptArgs
)

$CakeVersion = "0.18.0"
$CakeVersion = "0.19.0"
$DotNetChannel = "preview";
$DotNetVersion = "1.0.0-preview2-003121";
$DotNetInstallerUri = "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.ps1";
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -10,7 +10,7 @@ SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
TOOLS_DIR=$SCRIPT_DIR/tools
NUGET_EXE=$TOOLS_DIR/nuget.exe
NUGET_URL=https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
CAKE_VERSION=0.18.0
CAKE_VERSION=0.19.0
CAKE_EXE=$TOOLS_DIR/Cake.$CAKE_VERSION/Cake.exe

# Define default arguments.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Common.Tests/project.json
@@ -1,5 +1,5 @@
{
"version": "0.19.0-*",
"version": "0.20.0-*",
"buildOptions": {
"platform": "anycpu",
"additionalArguments": [
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Common/project.json
@@ -1,5 +1,5 @@
{
"version": "0.19.0-*",
"version": "0.20.0-*",
"description": "Provides aliases (extension methods on Cake context) that support CI, build, unit tests, zip, signing, etc. for Cake.",
"copyright": "Copyright (c) .NET Foundation and contributors",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Core.Tests/project.json
@@ -1,5 +1,5 @@
{
"version": "0.19.0-*",
"version": "0.20.0-*",
"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Cake.Core": {
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Core/project.json
@@ -1,5 +1,5 @@
{
"version": "0.19.0-*",
"version": "0.20.0-*",
"description": "The Cake core library.",
"copyright": "Copyright (c) .NET Foundation and contributors",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.NuGet.Tests/project.json
@@ -1,5 +1,5 @@
{
"version": "0.19.0-*",
"version": "0.20.0-*",
"buildOptions": {
"platform": "AnyCpu",
"additionalArguments": [
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.NuGet/project.json
@@ -1,5 +1,5 @@
{
"version": "0.19.0-*",
"version": "0.20.0-*",
"dependencies": {
"Cake.Core": {
"target": "project"
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Testing.Xunit/project.json
@@ -1,5 +1,5 @@
{
"version": "0.19.0-*",
"version": "0.20.0-*",
"configurations": {
"Release": {
"buildOptions": {
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Testing/project.json
@@ -1,5 +1,5 @@
{
"version": "0.19.0-*",
"version": "0.20.0-*",
"description": "Contains testing utilities for Cake.",
"copyright": "Copyright (c) .NET Foundation and contributors",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Tests/project.json
@@ -1,5 +1,5 @@
{
"version": "0.19.0-*",
"version": "0.20.0-*",
"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Cake": {
Expand Down
2 changes: 1 addition & 1 deletion src/Cake/project.json
@@ -1,5 +1,5 @@
{
"version": "0.19.0-*",
"version": "0.20.0-*",
"buildOptions": {
"emitEntryPoint": true,
"xmlDoc": true,
Expand Down

0 comments on commit 4611b81

Please sign in to comment.