From 08907d1a5d97b66f58c01ae82506280882dcfacc Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Fri, 16 Sep 2016 00:25:25 +0200 Subject: [PATCH] (build) Updated version to 0.17.0. --- src/Cake.Common.Tests/project.json | 2 +- src/Cake.Common/project.json | 2 +- src/Cake.Core.Tests/project.json | 2 +- src/Cake.Core/project.json | 2 +- src/Cake.NuGet.Tests/project.json | 2 +- src/Cake.NuGet/project.json | 2 +- src/Cake.Testing.Xunit/project.json | 2 +- src/Cake.Testing/project.json | 2 +- src/Cake.Tests/project.json | 2 +- src/Cake/project.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Cake.Common.Tests/project.json b/src/Cake.Common.Tests/project.json index 97aed8cd19..151b7cc660 100644 --- a/src/Cake.Common.Tests/project.json +++ b/src/Cake.Common.Tests/project.json @@ -1,5 +1,5 @@ { - "version": "0.16.0-*", + "version": "0.17.0-*", "buildOptions": { "additionalArguments": [ "/ruleset:../Test.ruleset", diff --git a/src/Cake.Common/project.json b/src/Cake.Common/project.json index 6d2f412393..8da506df0e 100644 --- a/src/Cake.Common/project.json +++ b/src/Cake.Common/project.json @@ -1,5 +1,5 @@ { - "version": "0.16.0-*", + "version": "0.17.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": [ diff --git a/src/Cake.Core.Tests/project.json b/src/Cake.Core.Tests/project.json index 86a9ea8ff8..fe9d9f1bd6 100644 --- a/src/Cake.Core.Tests/project.json +++ b/src/Cake.Core.Tests/project.json @@ -1,5 +1,5 @@ { - "version": "0.16.0-*", + "version": "0.17.0-*", "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", "Cake.Core": { diff --git a/src/Cake.Core/project.json b/src/Cake.Core/project.json index 1b23e8a055..21ddfe84a9 100644 --- a/src/Cake.Core/project.json +++ b/src/Cake.Core/project.json @@ -1,5 +1,5 @@ { - "version": "0.16.0-*", + "version": "0.17.0-*", "description": "The Cake core library.", "copyright": "Copyright (c) .NET Foundation and contributors", "authors": [ diff --git a/src/Cake.NuGet.Tests/project.json b/src/Cake.NuGet.Tests/project.json index e1c547d7b6..c88ddee8ee 100644 --- a/src/Cake.NuGet.Tests/project.json +++ b/src/Cake.NuGet.Tests/project.json @@ -1,5 +1,5 @@ { - "version": "0.16.0-*", + "version": "0.17.0-*", "buildOptions": { "additionalArguments": [ "/ruleset:../Test.ruleset", diff --git a/src/Cake.NuGet/project.json b/src/Cake.NuGet/project.json index d68dd368de..1b4a6a5b97 100644 --- a/src/Cake.NuGet/project.json +++ b/src/Cake.NuGet/project.json @@ -1,5 +1,5 @@ { - "version": "0.16.0-*", + "version": "0.17.0-*", "dependencies": { "Cake.Core": { "target": "project" diff --git a/src/Cake.Testing.Xunit/project.json b/src/Cake.Testing.Xunit/project.json index e69c624cbb..6614d964b6 100644 --- a/src/Cake.Testing.Xunit/project.json +++ b/src/Cake.Testing.Xunit/project.json @@ -1,5 +1,5 @@ { - "version": "0.16.0-*", + "version": "0.17.0-*", "configurations": { "Release": { "buildOptions": { diff --git a/src/Cake.Testing/project.json b/src/Cake.Testing/project.json index dab0cc254f..3d695f8f48 100644 --- a/src/Cake.Testing/project.json +++ b/src/Cake.Testing/project.json @@ -1,5 +1,5 @@ { - "version": "0.16.0-*", + "version": "0.17.0-*", "description": "Contains testing utilities for Cake.", "copyright": "Copyright (c) .NET Foundation and contributors", "authors": [ diff --git a/src/Cake.Tests/project.json b/src/Cake.Tests/project.json index 6548104f67..a285e27734 100644 --- a/src/Cake.Tests/project.json +++ b/src/Cake.Tests/project.json @@ -1,5 +1,5 @@ { - "version": "0.16.0-*", + "version": "0.17.0-*", "dependencies": { "dotnet-test-xunit": "2.2.0-preview2-build1029", "Cake": { diff --git a/src/Cake/project.json b/src/Cake/project.json index 1b3c5ec916..f9e5ba4fbe 100644 --- a/src/Cake/project.json +++ b/src/Cake/project.json @@ -1,5 +1,5 @@ { - "version": "0.16.0-*", + "version": "0.17.0-*", "buildOptions": { "emitEntryPoint": true, "xmlDoc": true,