Skip to content

Commit

Permalink
(build) Updated version to 0.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Sep 15, 2016
1 parent c459c35 commit 08907d1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/Cake.Common.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.0-*",
"version": "0.17.0-*",
"buildOptions": {
"additionalArguments": [
"/ruleset:../Test.ruleset",
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Common/project.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Core.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.0-*",
"version": "0.17.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
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.NuGet.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.0-*",
"version": "0.17.0-*",
"buildOptions": {
"additionalArguments": [
"/ruleset:../Test.ruleset",
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.NuGet/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.0-*",
"version": "0.17.0-*",
"dependencies": {
"Cake.Core": {
"target": "project"
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Testing.Xunit/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.0-*",
"version": "0.17.0-*",
"configurations": {
"Release": {
"buildOptions": {
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Testing/project.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.0-*",
"version": "0.17.0-*",
"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Cake": {
Expand Down
2 changes: 1 addition & 1 deletion src/Cake/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.0-*",
"version": "0.17.0-*",
"buildOptions": {
"emitEntryPoint": true,
"xmlDoc": true,
Expand Down

0 comments on commit 08907d1

Please sign in to comment.