Skip to content

Commit

Permalink
Continuous Integration Publish: ddabf36
Browse files Browse the repository at this point in the history
Merge pull request #107 from nils-a/feature/GH-104

(#104) updated reference to CakeContrib.Guidelines
  • Loading branch information
web-flow authored Jul 20, 2024
1 parent 1d74524 commit 25bf8e9
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 @@ -53,28 +53,28 @@ var searchModule = function() {
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:"DotNetVersionDetectorAliases",
content:"DotNetVersionDetectorAliases",
description:'',
tags:''
},
{
url:'/Cake.DotNetVersionDetector/api/Cake.DotNetVersionDetector/DotNetVersionDetectorSettings',
title:"DotNetVersionDetectorSettings",
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-20T20:26:40Z</updated>
<updated>2024-07-20T20:34:21Z</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>Sat, 20 Jul 2024 20:26:40 GMT</pubDate>
<lastBuildDate>Sat, 20 Jul 2024 20:26:40 GMT</lastBuildDate>
<pubDate>Sat, 20 Jul 2024 20:34:21 GMT</pubDate>
<lastBuildDate>Sat, 20 Jul 2024 20:34:21 GMT</lastBuildDate>
</channel>
</rss>

0 comments on commit 25bf8e9

Please sign in to comment.