Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 8103ca7

Browse files
+ 0.1.0-beta4
1 parent f83bd4d commit 8103ca7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Build/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"customNuspecs": [
2323
{
2424
"Id": "SubPointSolutions.CakeBuildTools",
25-
"Version": "0.1.0-beta3",
25+
"Version": "0.1.0-beta4",
2626
"Dependencies": [ ],
2727
"LicenseUrl": "https://github.com/SubPointSolutions/CakeBuildTools/licence",
2828
"ProjectUrl": "https://github.com/SubPointSolutions/CakeBuildTools",

SubPointSolutions.CakeBuildTools/Scripts/SubPointSolutions.CakeBuild.Core.cake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#addin nuget:https://www.nuget.org/api/v2/?package=newtonsoft.json&Version=9.0.1
55
#addin nuget:https://www.nuget.org/api/v2/?package=NuGet.Core&Version=2.12.0
66

7+
Information("Running SubPointSolutions.CakeBuildTools: 0.1.0-beta4");
8+
79
// variables
810
// * defaultXXX - shared, common settings from json config
911
var target = Argument("target", "Default");

0 commit comments

Comments
 (0)