Skip to content

Commit 5096b23

Browse files
authored
Continuous Integration Publish: 12dbfb1
Merge pull request #136 from nils-a/feature/GH-96 (#96) Bump Cake.Core Reference to 2.0.0
1 parent 5ce2092 commit 5096b23

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

assets/js/searchIndex.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,28 +53,28 @@ var searchModule = function() {
5353
a(
5454
{
5555
id:1,
56-
title:"DotNetVersionDetectorSettings",
57-
content:"DotNetVersionDetectorSettings",
56+
title:"DotNetVersionDetectorRunner",
57+
content:"DotNetVersionDetectorRunner",
5858
description:'',
5959
tags:''
6060
},
6161
{
62-
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorSettings',
63-
title:"DotNetVersionDetectorSettings",
62+
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorRunner',
63+
title:"DotNetVersionDetectorRunner",
6464
description:""
6565
}
6666
);
6767
a(
6868
{
6969
id:2,
70-
title:"DotNetVersionDetectorRunner",
71-
content:"DotNetVersionDetectorRunner",
70+
title:"DotNetVersionDetectorSettings",
71+
content:"DotNetVersionDetectorSettings",
7272
description:'',
7373
tags:''
7474
},
7575
{
76-
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorRunner',
77-
title:"DotNetVersionDetectorRunner",
76+
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorSettings',
77+
title:"DotNetVersionDetectorSettings",
7878
description:""
7979
}
8080
);

feed.atom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<title>Cake.DotNetVersionDetector</title>
55
<link rel="self" href="http://cake-contrib.github.io/Cake.DotNetVersionDetector" />
66
<rights>2024</rights>
7-
<updated>2024-07-21T20:23:23Z</updated>
7+
<updated>2024-07-21T21:17:36Z</updated>
88
</feed>

feed.rss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link>http://cake-contrib.github.io/Cake.DotNetVersionDetector</link>
66
<description />
77
<copyright>2024</copyright>
8-
<pubDate>Sun, 21 Jul 2024 20:23:23 GMT</pubDate>
9-
<lastBuildDate>Sun, 21 Jul 2024 20:23:23 GMT</lastBuildDate>
8+
<pubDate>Sun, 21 Jul 2024 21:17:36 GMT</pubDate>
9+
<lastBuildDate>Sun, 21 Jul 2024 21:17:36 GMT</lastBuildDate>
1010
</channel>
1111
</rss>

0 commit comments

Comments
 (0)