Skip to content

Commit

Permalink
Merge branch 'hotfix/0.16.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Oct 11, 2016
2 parents 3a8ac68 + 1cc8840 commit fb23be4
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 18 deletions.
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### New on 0.16.2 (Released 2016/10/11)

* Fixed CakeExecuteScript getting access denied errors on mono/m

### New on 0.16.1 (Released 2016/09/25)

* Issue with debugging in v0.16.0 (.NET Core)
Expand Down
3 changes: 2 additions & 1 deletion src/Cake.Common.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": "0.16.1-*",
"version": "0.16.2-*",
"buildOptions": {
"platform": "AnyCpu",
"additionalArguments": [
"/ruleset:../Test.ruleset",
"/additionalfile:../stylecop.json"
Expand Down
3 changes: 2 additions & 1 deletion src/Cake.Common/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.1-*",
"version": "0.16.2-*",
"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 Expand Up @@ -31,6 +31,7 @@
},
"buildOptions": {
"xmlDoc": true,
"platform": "AnyCpu",
"additionalArguments": [
"/ruleset:../Cake.ruleset",
"/additionalfile:../stylecop.json"
Expand Down
3 changes: 2 additions & 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.1-*",
"version": "0.16.2-*",
"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Cake.Core": {
Expand All @@ -24,6 +24,7 @@
}
},
"buildOptions": {
"platform": "AnyCpu",
"embed": [
"Unit/Scripting/CodeGen/Expected/Methods/*",
"Unit/Scripting/CodeGen/Expected/Properties/*"
Expand Down
3 changes: 2 additions & 1 deletion src/Cake.Core/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.1-*",
"version": "0.16.2-*",
"description": "The Cake core library.",
"copyright": "Copyright (c) .NET Foundation and contributors",
"authors": [
Expand Down Expand Up @@ -28,6 +28,7 @@
},
"buildOptions": {
"xmlDoc": true,
"platform": "AnyCpu",
"additionalArguments": [
"/ruleset:../Cake.ruleset",
"/additionalfile:../stylecop.json"
Expand Down
3 changes: 2 additions & 1 deletion src/Cake.NuGet.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"version": "0.16.1-*",
"version": "0.16.2-*",
"buildOptions": {
"platform": "AnyCpu",
"additionalArguments": [
"/ruleset:../Test.ruleset",
"/additionalfile:../stylecop.json"
Expand Down
3 changes: 2 additions & 1 deletion src/Cake.NuGet/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.1-*",
"version": "0.16.2-*",
"dependencies": {
"Cake.Core": {
"target": "project"
Expand All @@ -11,6 +11,7 @@
},
"buildOptions": {
"xmlDoc": true,
"platform": "AnyCpu",
"additionalArguments": [
"/ruleset:../Cake.ruleset",
"/additionalfile:../stylecop.json"
Expand Down
3 changes: 2 additions & 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.1-*",
"version": "0.16.2-*",
"configurations": {
"Release": {
"buildOptions": {
Expand All @@ -8,6 +8,7 @@
}
},
"buildOptions": {
"platform": "AnyCpu",
"compile": {
"includeFiles": [
"../SolutionInfo.cs"
Expand Down
3 changes: 2 additions & 1 deletion src/Cake.Testing/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.1-*",
"version": "0.16.2-*",
"description": "Contains testing utilities for Cake.",
"copyright": "Copyright (c) .NET Foundation and contributors",
"authors": [
Expand All @@ -22,6 +22,7 @@
},
"buildOptions": {
"xmlDoc": true,
"platform": "AnyCpu",
"additionalArguments": [
"/ruleset:../Cake.ruleset",
"/additionalfile:../stylecop.json"
Expand Down
3 changes: 2 additions & 1 deletion src/Cake.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.16.1-*",
"version": "0.16.2-*",
"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Cake": {
Expand Down Expand Up @@ -27,6 +27,7 @@
}
},
"buildOptions": {
"platform": "AnyCpu",
"embed": [
"Data/MonoScriptProcessor/ArrayInitializer/*",
"Data/MonoScriptProcessor/Blocks/*",
Expand Down
3 changes: 2 additions & 1 deletion src/Cake/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"version": "0.16.1-*",
"version": "0.16.2-*",
"buildOptions": {
"emitEntryPoint": true,
"xmlDoc": true,
"platform": "AnyCpu",
"additionalArguments": [
"/ruleset:../Cake.ruleset",
"/additionalfile:../stylecop.json"
Expand Down
6 changes: 3 additions & 3 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using System.Reflection;

[assembly: AssemblyProduct("Cake")]
[assembly: AssemblyVersion("0.16.1.0")]
[assembly: AssemblyFileVersion("0.16.1.0")]
[assembly: AssemblyInformationalVersion("0.16.1-beta.1+6.Branch.hotfix/0.16.1.Sha.17b0593ec6dfaa374b47294996bf3f7d65b43ca3")]
[assembly: AssemblyVersion("0.16.2.0")]
[assembly: AssemblyFileVersion("0.16.2.0")]
[assembly: AssemblyInformationalVersion("0.16.2-beta.1+2.Branch.hotfix/0.16.2.Sha.a062c471b0a278c147756d435fae358b12fd22f3")]
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]
5 changes: 0 additions & 5 deletions tests/integration/Cake.Common/Tools/Cake/CakeAliases.cake
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,5 @@ public static CakeSettings GetCakeSettings(ICakeContext context, IDictionary<str
settings.ArgumentCustomization = args => "./tools/Cake.CoreCLR/Cake.dll " + args.Render();

}
else if (context.IsRunningOnUnix())
{
settings.ToolPath = FindToolInPath(context, "mono");
settings.ArgumentCustomization = args => "./tools/Cake/Cake.exe " + args.Render();
}
return settings;
}

0 comments on commit fb23be4

Please sign in to comment.