Skip to content

Commit

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

(#59) added CakeModuleAttribute
  • Loading branch information
web-flow authored Jul 29, 2024
1 parent 560f685 commit 5ae2ca8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions assets/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,56 +39,56 @@ var searchModule = function() {
a(
{
id:0,
title:"ChocolateyPackageInstaller",
content:"ChocolateyPackageInstaller",
title:"ChocolateyModule",
content:"ChocolateyModule",
description:'',
tags:''
},
{
url:'/Cake.Chocolatey.Module/api/Cake.Chocolatey.Module/ChocolateyPackageInstaller',
title:"ChocolateyPackageInstaller",
url:'/Cake.Chocolatey.Module/api/Cake.Chocolatey.Module/ChocolateyModule',
title:"ChocolateyModule",
description:""
}
);
a(
{
id:1,
title:"ChocolateyModule",
content:"ChocolateyModule",
title:"ChocolateyContentResolver",
content:"ChocolateyContentResolver",
description:'',
tags:''
},
{
url:'/Cake.Chocolatey.Module/api/Cake.Chocolatey.Module/ChocolateyModule',
title:"ChocolateyModule",
url:'/Cake.Chocolatey.Module/api/Cake.Chocolatey.Module/ChocolateyContentResolver',
title:"ChocolateyContentResolver",
description:""
}
);
a(
{
id:2,
title:"IChocolateyContentResolver",
content:"IChocolateyContentResolver",
title:"ChocolateyPackageInstaller",
content:"ChocolateyPackageInstaller",
description:'',
tags:''
},
{
url:'/Cake.Chocolatey.Module/api/Cake.Chocolatey.Module/IChocolateyContentResolver',
title:"IChocolateyContentResolver",
url:'/Cake.Chocolatey.Module/api/Cake.Chocolatey.Module/ChocolateyPackageInstaller',
title:"ChocolateyPackageInstaller",
description:""
}
);
a(
{
id:3,
title:"ChocolateyContentResolver",
content:"ChocolateyContentResolver",
title:"IChocolateyContentResolver",
content:"IChocolateyContentResolver",
description:'',
tags:''
},
{
url:'/Cake.Chocolatey.Module/api/Cake.Chocolatey.Module/ChocolateyContentResolver',
title:"ChocolateyContentResolver",
url:'/Cake.Chocolatey.Module/api/Cake.Chocolatey.Module/IChocolateyContentResolver',
title:"IChocolateyContentResolver",
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.Chocolatey.Module</title>
<link rel="self" href="http://cake-contrib.github.io/Cake.Chocolatey.Module" />
<rights>2024</rights>
<updated>2024-07-29T21:14:28Z</updated>
<updated>2024-07-29T21:36:13Z</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.Chocolatey.Module</link>
<description />
<copyright>2024</copyright>
<pubDate>Mon, 29 Jul 2024 21:14:28 GMT</pubDate>
<lastBuildDate>Mon, 29 Jul 2024 21:14:28 GMT</lastBuildDate>
<pubDate>Mon, 29 Jul 2024 21:36:13 GMT</pubDate>
<lastBuildDate>Mon, 29 Jul 2024 21:36:13 GMT</lastBuildDate>
</channel>
</rss>

0 comments on commit 5ae2ca8

Please sign in to comment.