Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
martinscholz83 committed Aug 22, 2016
1 parent 9c0657f commit da15709
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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.15.3-*",
"buildOptions": {
"additionalArguments": [
"/ruleset:../Test.ruleset",
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Common/IO/FileCopier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private static void CopyFileCore(ICakeContext context, FilePath filePath, FilePa
var absoluteTargetPath = targetFilePath.MakeAbsolute(context.Environment);
var file = context.FileSystem.GetFile(absoluteFilePath);

// Get the parent folder structure and create it.
// Get the parent folder structure and create it.
var newRelativeFolderPath = filePath.GetDirectory().ToString().Replace(commonPath.Replace("\\", "/"), string.Empty);
var newTargetPath = absoluteTargetPath.GetDirectory() + newRelativeFolderPath;
var newAbsoluteTargetPath = newTargetPath + @"/" + filePath.GetFilename();
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.15.3-*",
"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.15.3-*",
"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.15.3-*",
"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.15.3-*",
"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.15.3-*",
"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.15.3-*",
"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.15.3-*",
"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.15.3-*",
"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.15.3-*",
"buildOptions": {
"emitEntryPoint": true,
"xmlDoc": true,
Expand Down

0 comments on commit da15709

Please sign in to comment.