Skip to content

Commit 095e54a

Browse files
authored
Continuous Integration Publish: f01b428
Merge pull request #62 from nils-a/feature/GH-53 (#53) Bump Cake.Core to 2.0.0
1 parent e1fcc2b commit 095e54a

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

assets/js/searchIndex.js

+28-28
Original file line numberDiff line numberDiff line change
@@ -39,98 +39,98 @@ var searchModule = function() {
3939
a(
4040
{
4141
id:0,
42-
title:"GulpRunnerAliases",
43-
content:"GulpRunnerAliases",
42+
title:"GulpLocalRunner",
43+
content:"GulpLocalRunner",
4444
description:'',
4545
tags:''
4646
},
4747
{
48-
url:'/Cake.Gulp/api/Cake.Gulp/GulpRunnerAliases',
49-
title:"GulpRunnerAliases",
48+
url:'/Cake.Gulp/api/Cake.Gulp/GulpLocalRunner',
49+
title:"GulpLocalRunner",
5050
description:""
5151
}
5252
);
5353
a(
5454
{
5555
id:1,
56-
title:"GulpRunnerFactory",
57-
content:"GulpRunnerFactory",
56+
title:"GulpLocalRunnerSettings",
57+
content:"GulpLocalRunnerSettings",
5858
description:'',
5959
tags:''
6060
},
6161
{
62-
url:'/Cake.Gulp/api/Cake.Gulp/GulpRunnerFactory',
63-
title:"GulpRunnerFactory",
62+
url:'/Cake.Gulp/api/Cake.Gulp/GulpLocalRunnerSettings',
63+
title:"GulpLocalRunnerSettings",
6464
description:""
6565
}
6666
);
6767
a(
6868
{
6969
id:2,
70-
title:"GulpRunner",
71-
content:"GulpRunner",
70+
title:"GulpGlobalRunner",
71+
content:"GulpGlobalRunner",
7272
description:'',
7373
tags:''
7474
},
7575
{
76-
url:'/Cake.Gulp/api/Cake.Gulp/GulpRunner_1',
77-
title:"GulpRunner<TSettings>",
76+
url:'/Cake.Gulp/api/Cake.Gulp/GulpGlobalRunner',
77+
title:"GulpGlobalRunner",
7878
description:""
7979
}
8080
);
8181
a(
8282
{
8383
id:3,
84-
title:"GulpGlobalRunner",
85-
content:"GulpGlobalRunner",
84+
title:"GulpRunnerSettings",
85+
content:"GulpRunnerSettings",
8686
description:'',
8787
tags:''
8888
},
8989
{
90-
url:'/Cake.Gulp/api/Cake.Gulp/GulpGlobalRunner',
91-
title:"GulpGlobalRunner",
90+
url:'/Cake.Gulp/api/Cake.Gulp/GulpRunnerSettings',
91+
title:"GulpRunnerSettings",
9292
description:""
9393
}
9494
);
9595
a(
9696
{
9797
id:4,
98-
title:"GulpLocalRunnerSettings",
99-
content:"GulpLocalRunnerSettings",
98+
title:"GulpRunnerAliases",
99+
content:"GulpRunnerAliases",
100100
description:'',
101101
tags:''
102102
},
103103
{
104-
url:'/Cake.Gulp/api/Cake.Gulp/GulpLocalRunnerSettings',
105-
title:"GulpLocalRunnerSettings",
104+
url:'/Cake.Gulp/api/Cake.Gulp/GulpRunnerAliases',
105+
title:"GulpRunnerAliases",
106106
description:""
107107
}
108108
);
109109
a(
110110
{
111111
id:5,
112-
title:"GulpLocalRunner",
113-
content:"GulpLocalRunner",
112+
title:"GulpRunner",
113+
content:"GulpRunner",
114114
description:'',
115115
tags:''
116116
},
117117
{
118-
url:'/Cake.Gulp/api/Cake.Gulp/GulpLocalRunner',
119-
title:"GulpLocalRunner",
118+
url:'/Cake.Gulp/api/Cake.Gulp/GulpRunner_1',
119+
title:"GulpRunner<TSettings>",
120120
description:""
121121
}
122122
);
123123
a(
124124
{
125125
id:6,
126-
title:"GulpRunnerSettings",
127-
content:"GulpRunnerSettings",
126+
title:"GulpRunnerFactory",
127+
content:"GulpRunnerFactory",
128128
description:'',
129129
tags:''
130130
},
131131
{
132-
url:'/Cake.Gulp/api/Cake.Gulp/GulpRunnerSettings',
133-
title:"GulpRunnerSettings",
132+
url:'/Cake.Gulp/api/Cake.Gulp/GulpRunnerFactory',
133+
title:"GulpRunnerFactory",
134134
description:""
135135
}
136136
);

feed.atom

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Cake.Gulp</title>
55
<link rel="self" href="http://cake-contrib.github.io/Cake.Gulp" />
66
<rights>2022</rights>
7-
<updated>2022-09-16T06:03:21Z</updated>
7+
<updated>2022-09-16T19:15:31Z</updated>
88
<entry>
99
<id>http://cake-contrib.github.io/Cake.Gulp/blog/new-release-0.7.0</id>
1010
<title>New Release - 0.7.0</title>

feed.rss

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<link>http://cake-contrib.github.io/Cake.Gulp</link>
66
<description />
77
<copyright>2022</copyright>
8-
<pubDate>Fri, 16 Sep 2022 06:03:21 GMT</pubDate>
9-
<lastBuildDate>Fri, 16 Sep 2022 06:03:21 GMT</lastBuildDate>
8+
<pubDate>Fri, 16 Sep 2022 19:15:31 GMT</pubDate>
9+
<lastBuildDate>Fri, 16 Sep 2022 19:15:31 GMT</lastBuildDate>
1010
<item>
1111
<title>New Release - 0.7.0</title>
1212
<link>http://cake-contrib.github.io/Cake.Gulp/blog/new-release-0.7.0</link>

0 commit comments

Comments
 (0)