Skip to content

Commit

Permalink
Continuous Integration Publish: 5c9982e
Browse files Browse the repository at this point in the history
Merge pull request #135 from nils-a/release/1.1.0

Release/1.1.0
  • Loading branch information
web-flow authored Jul 21, 2024
1 parent 671010b commit 03fa7c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions assets/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,28 @@ var searchModule = function() {
a(
{
id:0,
title:"DotNetVersionDetectorAliases",
content:"DotNetVersionDetectorAliases",
title:"DotNetVersionDetectorRunner",
content:"DotNetVersionDetectorRunner",
description:'',
tags:''
},
{
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorAliases',
title:"DotNetVersionDetectorAliases",
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorRunner',
title:"DotNetVersionDetectorRunner",
description:""
}
);
a(
{
id:1,
title:"DotNetVersionDetectorRunner",
content:"DotNetVersionDetectorRunner",
title:"DotNetVersionDetectorAliases",
content:"DotNetVersionDetectorAliases",
description:'',
tags:''
},
{
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorRunner',
title:"DotNetVersionDetectorRunner",
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorAliases',
title:"DotNetVersionDetectorAliases",
description:""
}
);
Expand Down
2 changes: 1 addition & 1 deletion feed.atom
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<title>Cake.DotNetVersionDetector</title>
<link rel="self" href="http://cake-contrib.github.io/Cake.DotNetVersionDetector" />
<rights>2024</rights>
<updated>2024-07-21T12:14:18Z</updated>
<updated>2024-07-21T20:11:57Z</updated>
</feed>
4 changes: 2 additions & 2 deletions feed.rss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link>http://cake-contrib.github.io/Cake.DotNetVersionDetector</link>
<description />
<copyright>2024</copyright>
<pubDate>Sun, 21 Jul 2024 12:14:18 GMT</pubDate>
<lastBuildDate>Sun, 21 Jul 2024 12:14:18 GMT</lastBuildDate>
<pubDate>Sun, 21 Jul 2024 20:11:57 GMT</pubDate>
<lastBuildDate>Sun, 21 Jul 2024 20:11:57 GMT</lastBuildDate>
</channel>
</rss>

0 comments on commit 03fa7c3

Please sign in to comment.