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 03fa7c3 commit 5ce2092
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions assets/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,42 +39,42 @@ var searchModule = function() {
a(
{
id:0,
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:""
}
);
a(
{
id:1,
title:"DotNetVersionDetectorAliases",
content:"DotNetVersionDetectorAliases",
title:"DotNetVersionDetectorSettings",
content:"DotNetVersionDetectorSettings",
description:'',
tags:''
},
{
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorAliases',
title:"DotNetVersionDetectorAliases",
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorSettings',
title:"DotNetVersionDetectorSettings",
description:""
}
);
a(
{
id:2,
title:"DotNetVersionDetectorSettings",
content:"DotNetVersionDetectorSettings",
title:"DotNetVersionDetectorRunner",
content:"DotNetVersionDetectorRunner",
description:'',
tags:''
},
{
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorSettings',
title:"DotNetVersionDetectorSettings",
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorRunner',
title:"DotNetVersionDetectorRunner",
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-21T20:11:57Z</updated>
<updated>2024-07-21T20:23:23Z</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 20:11:57 GMT</pubDate>
<lastBuildDate>Sun, 21 Jul 2024 20:11:57 GMT</lastBuildDate>
<pubDate>Sun, 21 Jul 2024 20:23:23 GMT</pubDate>
<lastBuildDate>Sun, 21 Jul 2024 20:23:23 GMT</lastBuildDate>
</channel>
</rss>

0 comments on commit 5ce2092

Please sign in to comment.