Skip to content

Commit

Permalink
Continuous Integration Publish: 422c989
Browse files Browse the repository at this point in the history
Merge pull request #509 from cake-contrib/renovate/verify.xunit-26.x

(maint) Update dependency Verify.Xunit to 26.5.0
  • Loading branch information
web-flow authored Sep 18, 2024
1 parent 9ea7829 commit b987a97
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 @@ -67,14 +67,14 @@ var searchModule = function() {
a(
{
id:2,
title:"ESLintRunner",
content:"ESLintRunner",
title:"ESLintCacheStrategy",
content:"ESLintCacheStrategy",
description:'',
tags:''
},
{
url:'/Cake.ESLint/api/Cake.ESLint/ESLintRunner',
title:"ESLintRunner",
url:'/Cake.ESLint/api/Cake.ESLint/ESLintCacheStrategy',
title:"ESLintCacheStrategy",
description:""
}
);
Expand All @@ -95,28 +95,28 @@ var searchModule = function() {
a(
{
id:4,
title:"ESLintCacheStrategy",
content:"ESLintCacheStrategy",
title:"ESLintSettings",
content:"ESLintSettings",
description:'',
tags:''
},
{
url:'/Cake.ESLint/api/Cake.ESLint/ESLintCacheStrategy',
title:"ESLintCacheStrategy",
url:'/Cake.ESLint/api/Cake.ESLint/ESLintSettings',
title:"ESLintSettings",
description:""
}
);
a(
{
id:5,
title:"ESLintSettings",
content:"ESLintSettings",
title:"ESLintRunner",
content:"ESLintRunner",
description:'',
tags:''
},
{
url:'/Cake.ESLint/api/Cake.ESLint/ESLintSettings',
title:"ESLintSettings",
url:'/Cake.ESLint/api/Cake.ESLint/ESLintRunner',
title:"ESLintRunner",
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.ESLint</title>
<link rel="self" href="http://cake-contrib.github.io/Cake.ESLint" />
<rights>2024</rights>
<updated>2024-09-15T10:20:05Z</updated>
<updated>2024-09-18T12:08:33Z</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.ESLint</link>
<description />
<copyright>2024</copyright>
<pubDate>Sun, 15 Sep 2024 10:20:05 GMT</pubDate>
<lastBuildDate>Sun, 15 Sep 2024 10:20:05 GMT</lastBuildDate>
<pubDate>Wed, 18 Sep 2024 12:08:33 GMT</pubDate>
<lastBuildDate>Wed, 18 Sep 2024 12:08:33 GMT</lastBuildDate>
</channel>
</rss>

0 comments on commit b987a97

Please sign in to comment.