Skip to content

Commit

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

(#52) Bump Cake.Core to 4.0.0
  • Loading branch information
web-flow authored Jul 16, 2024
1 parent 2e16270 commit a14b98c
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,14 +39,14 @@ var searchModule = function() {
a(
{
id:0,
title:"DiscordChatMessageSettings",
content:"DiscordChatMessageSettings",
title:"DiscordAliases",
content:"DiscordAliases",
description:'',
tags:''
},
{
url:'/Cake.Discord/api/Cake.Discord.Chat/DiscordChatMessageSettings',
title:"DiscordChatMessageSettings",
url:'/Cake.Discord/api/Cake.Discord/DiscordAliases',
title:"DiscordAliases",
description:""
}
);
Expand All @@ -67,14 +67,14 @@ var searchModule = function() {
a(
{
id:2,
title:"DiscordAliases",
content:"DiscordAliases",
title:"DiscordChatMessageSettings",
content:"DiscordChatMessageSettings",
description:'',
tags:''
},
{
url:'/Cake.Discord/api/Cake.Discord/DiscordAliases',
title:"DiscordAliases",
url:'/Cake.Discord/api/Cake.Discord.Chat/DiscordChatMessageSettings',
title:"DiscordChatMessageSettings",
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.Discord</title>
<link rel="self" href="http://cake-contrib.github.io/Cake.Discord" />
<rights>2024</rights>
<updated>2024-07-16T12:20:59Z</updated>
<updated>2024-07-16T13:12:27Z</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.Discord</link>
<description />
<copyright>2024</copyright>
<pubDate>Tue, 16 Jul 2024 12:20:59 GMT</pubDate>
<lastBuildDate>Tue, 16 Jul 2024 12:20:59 GMT</lastBuildDate>
<pubDate>Tue, 16 Jul 2024 13:12:27 GMT</pubDate>
<lastBuildDate>Tue, 16 Jul 2024 13:12:27 GMT</lastBuildDate>
</channel>
</rss>

0 comments on commit a14b98c

Please sign in to comment.