Skip to content

Commit 2ea89e9

Browse files
authored
Continuous Integration Publish: 0a77a42
Merge pull request #142 from nils-a/release/4.0.0 Release/4.0.0
1 parent a99acf0 commit 2ea89e9

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:"DotNetVersionDetectorRunner",
57-
content:"DotNetVersionDetectorRunner",
56+
title:"DotNetVersionDetectorAliases",
57+
content:"DotNetVersionDetectorAliases",
5858
description:'',
5959
tags:''
6060
},
6161
{
62-
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorRunner',
63-
title:"DotNetVersionDetectorRunner",
62+
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorAliases',
63+
title:"DotNetVersionDetectorAliases",
6464
description:""
6565
}
6666
);
6767
a(
6868
{
6969
id:2,
70-
title:"DotNetVersionDetectorAliases",
71-
content:"DotNetVersionDetectorAliases",
70+
title:"DotNetVersionDetectorRunner",
71+
content:"DotNetVersionDetectorRunner",
7272
description:'',
7373
tags:''
7474
},
7575
{
76-
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorAliases',
77-
title:"DotNetVersionDetectorAliases",
76+
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorRunner',
77+
title:"DotNetVersionDetectorRunner",
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-21T22:29:26Z</updated>
7+
<updated>2024-07-21T22:43:35Z</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 22:29:26 GMT</pubDate>
9-
<lastBuildDate>Sun, 21 Jul 2024 22:29:26 GMT</lastBuildDate>
8+
<pubDate>Sun, 21 Jul 2024 22:43:35 GMT</pubDate>
9+
<lastBuildDate>Sun, 21 Jul 2024 22:43:35 GMT</lastBuildDate>
1010
</channel>
1111
</rss>

0 commit comments

Comments
 (0)