Skip to content

Commit

Permalink
Continuous Integration Publish: 55296e5
Browse files Browse the repository at this point in the history
Merge pull request #461 from cake-contrib/renovate/verify.xunit-28.x

Update dependency Verify.Xunit to 28.6.1
  • Loading branch information
web-flow authored Dec 19, 2024
1 parent 40a363d commit 59848e3
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
64 changes: 32 additions & 32 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:"GradleRunnerSettings",
content:"GradleRunnerSettings",
title:"GradleLogLevel",
content:"GradleLogLevel",
description:'',
tags:''
},
{
url:'/Cake.Gradle/api/Cake.Gradle/GradleRunnerSettings',
title:"GradleRunnerSettings",
url:'/Cake.Gradle/api/Cake.Gradle/GradleLogLevel',
title:"GradleLogLevel",
description:""
}
);
a(
{
id:1,
title:"GradleRunnerAlias",
content:"GradleRunnerAlias",
title:"GradleBootstrapper",
content:"GradleBootstrapper",
description:'',
tags:''
},
{
url:'/Cake.Gradle/api/Cake.Gradle/GradleRunnerAlias',
title:"GradleRunnerAlias",
url:'/Cake.Gradle/api/Cake.Gradle.Bootstrap/GradleBootstrapper',
title:"GradleBootstrapper",
description:""
}
);
a(
{
id:2,
title:"GradleVersionIdentifier",
content:"GradleVersionIdentifier",
title:"GradleBootstrapAlias",
content:"GradleBootstrapAlias",
description:'',
tags:''
},
{
url:'/Cake.Gradle/api/Cake.Gradle.Bootstrap/GradleVersionIdentifier',
title:"GradleVersionIdentifier",
url:'/Cake.Gradle/api/Cake.Gradle/GradleBootstrapAlias',
title:"GradleBootstrapAlias",
description:""
}
);
Expand All @@ -95,56 +95,56 @@ var searchModule = function() {
a(
{
id:4,
title:"GradleBootstrapAlias",
content:"GradleBootstrapAlias",
title:"GradleRunnerSettings",
content:"GradleRunnerSettings",
description:'',
tags:''
},
{
url:'/Cake.Gradle/api/Cake.Gradle/GradleBootstrapAlias',
title:"GradleBootstrapAlias",
url:'/Cake.Gradle/api/Cake.Gradle/GradleRunnerSettings',
title:"GradleRunnerSettings",
description:""
}
);
a(
{
id:5,
title:"GradleLogLevel",
content:"GradleLogLevel",
title:"IWebAdapter",
content:"IWebAdapter",
description:'',
tags:''
},
{
url:'/Cake.Gradle/api/Cake.Gradle/GradleLogLevel',
title:"GradleLogLevel",
url:'/Cake.Gradle/api/Cake.Gradle.Abstractions/IWebAdapter',
title:"IWebAdapter",
description:""
}
);
a(
{
id:6,
title:"IZipAdapter",
content:"IZipAdapter",
title:"GradleVersionIdentifier",
content:"GradleVersionIdentifier",
description:'',
tags:''
},
{
url:'/Cake.Gradle/api/Cake.Gradle.Abstractions/IZipAdapter',
title:"IZipAdapter",
url:'/Cake.Gradle/api/Cake.Gradle.Bootstrap/GradleVersionIdentifier',
title:"GradleVersionIdentifier",
description:""
}
);
a(
{
id:7,
title:"IWebAdapter",
content:"IWebAdapter",
title:"IZipAdapter",
content:"IZipAdapter",
description:'',
tags:''
},
{
url:'/Cake.Gradle/api/Cake.Gradle.Abstractions/IWebAdapter',
title:"IWebAdapter",
url:'/Cake.Gradle/api/Cake.Gradle.Abstractions/IZipAdapter',
title:"IZipAdapter",
description:""
}
);
Expand All @@ -165,14 +165,14 @@ var searchModule = function() {
a(
{
id:9,
title:"GradleBootstrapper",
content:"GradleBootstrapper",
title:"GradleRunnerAlias",
content:"GradleRunnerAlias",
description:'',
tags:''
},
{
url:'/Cake.Gradle/api/Cake.Gradle.Bootstrap/GradleBootstrapper',
title:"GradleBootstrapper",
url:'/Cake.Gradle/api/Cake.Gradle/GradleRunnerAlias',
title:"GradleRunnerAlias",
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.Gradle</title>
<link rel="self" href="http://cake-contrib.github.io/Cake.Gradle" />
<rights>2024</rights>
<updated>2024-12-17T09:34:57Z</updated>
<updated>2024-12-19T14:56: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.Gradle</link>
<description />
<copyright>2024</copyright>
<pubDate>Tue, 17 Dec 2024 09:34:57 GMT</pubDate>
<lastBuildDate>Tue, 17 Dec 2024 09:34:57 GMT</lastBuildDate>
<pubDate>Thu, 19 Dec 2024 14:56:57 GMT</pubDate>
<lastBuildDate>Thu, 19 Dec 2024 14:56:57 GMT</lastBuildDate>
</channel>
</rss>

0 comments on commit 59848e3

Please sign in to comment.