Skip to content

Commit

Permalink
Continuous Integration Publish: 0d5af5d
Browse files Browse the repository at this point in the history
Merge pull request #44 from nils-a/release/0.7.0

Release/0.7.0
  • Loading branch information
web-flow authored Jul 24, 2024
1 parent 8dc0117 commit 3ace99b
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 @@ -39,28 +39,28 @@ 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:"ChocolateyPackageInstaller",
content:"ChocolateyPackageInstaller",
description:'',
tags:''
},
{
url:'/Cake.Chocolatey.Module/api/Cake.Chocolatey.Module/ChocolateyModule',
title:"ChocolateyModule",
url:'/Cake.Chocolatey.Module/api/Cake.Chocolatey.Module/ChocolateyPackageInstaller',
title:"ChocolateyPackageInstaller",
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-24T20:25:04Z</updated>
<updated>2024-07-24T20:45:40Z</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>Wed, 24 Jul 2024 20:25:04 GMT</pubDate>
<lastBuildDate>Wed, 24 Jul 2024 20:25:04 GMT</lastBuildDate>
<pubDate>Wed, 24 Jul 2024 20:45:40 GMT</pubDate>
<lastBuildDate>Wed, 24 Jul 2024 20:45:40 GMT</lastBuildDate>
</channel>
</rss>

0 comments on commit 3ace99b

Please sign in to comment.