Skip to content

Commit 03fa7c3

Browse files
authored
Continuous Integration Publish: 5c9982e
Merge pull request #135 from nils-a/release/1.1.0 Release/1.1.0
1 parent 671010b commit 03fa7c3

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
@@ -39,28 +39,28 @@ var searchModule = function() {
3939
a(
4040
{
4141
id:0,
42-
title:"DotNetVersionDetectorAliases",
43-
content:"DotNetVersionDetectorAliases",
42+
title:"DotNetVersionDetectorRunner",
43+
content:"DotNetVersionDetectorRunner",
4444
description:'',
4545
tags:''
4646
},
4747
{
48-
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorAliases',
49-
title:"DotNetVersionDetectorAliases",
48+
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorRunner',
49+
title:"DotNetVersionDetectorRunner",
5050
description:""
5151
}
5252
);
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
);

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-21T12:14:18Z</updated>
7+
<updated>2024-07-21T20:11:57Z</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 12:14:18 GMT</pubDate>
9-
<lastBuildDate>Sun, 21 Jul 2024 12:14:18 GMT</lastBuildDate>
8+
<pubDate>Sun, 21 Jul 2024 20:11:57 GMT</pubDate>
9+
<lastBuildDate>Sun, 21 Jul 2024 20:11:57 GMT</lastBuildDate>
1010
</channel>
1111
</rss>

0 commit comments

Comments
 (0)